Skip to content

Commit

Permalink
does this solve error?
Browse files Browse the repository at this point in the history
  • Loading branch information
tapaswenipathak committed Jun 21, 2018
1 parent 3312ecf commit 37c18a0
Show file tree
Hide file tree
Showing 2 changed files with 4,487 additions and 1,929 deletions.
3 changes: 2 additions & 1 deletion lib/worker.js
Expand Up @@ -17,8 +17,9 @@ const child = async (command, options, logger) =>
resolve({ code, signal, duration });
});

child.stdin.write('[worker]');
child.stdout.write('[worker]');
child.stdout.pipe(logger.stream());
child.stderr.write('[worker]');
child.stderr.pipe(logger.stream());
});

Expand Down

0 comments on commit 37c18a0

Please sign in to comment.