added stderr piping to output

v1.18.x
barisusakli 10 years ago
parent 50a06f9369
commit 4c8287251a

@ -195,6 +195,7 @@ Loader.start = function(callback) {
// Logging // Logging
if (silent) { if (silent) {
worker.process.stdout.pipe(output); worker.process.stdout.pipe(output);
worker.process.stderr.pipe(output);
} }
} }

Loading…
Cancel
Save