Fix output buffer is imcomplete working in child_process (#1834)
Fix premature exit before the output stream is fully flushed
Showing
| ... | ... | @@ -69,7 +69,8 @@ |
| "node-gyp": "^3.3.1", | ||
| "npmlog": "^4.0.0", | ||
| "request": "^2.61.0", | ||
| "sass-graph": "^2.1.1" | ||
| "sass-graph": "^2.1.1", | ||
| "stdout-stream": "^1.4.0" | ||
| }, | ||
| "devDependencies": { | ||
| "coveralls": "^2.11.8", | ||
| ... | ... |
Please
register
or
sign in
to comment