Skip to content
This repository was archived by the owner on Feb 8, 2019. It is now read-only.

Commit 5f5b25f

Browse files
committed
chore(): remove object on stdout
1 parent 0b8d432 commit 5f5b25f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/launcher/plugin.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ module.exports = {
5959
cmd = patch.cmd;
6060
args = patch.args;
6161
var child = spawn(cmd, args, {stdio: [process.stdin]});
62-
this.logger.trace("#cyan", "executing async", cmd, args, child);
62+
this.logger.trace("#cyan", "executing async", cmd, args);
6363

6464
child.on('disconnect', function () {
6565
this.logger.info("Child process disconnected!", arguments);

0 commit comments

Comments
 (0)