Skip to content

Commit 9c05ef6

Browse files
Remove unnecessary console.log
1 parent 43d7d66 commit 9c05ef6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ function handleClose(streams, children, childrenInfo) {
196196
return code !== 0 || code === null;
197197
});
198198
var finalExitCode = someFailed ? 1 : 0;
199-
console.log(childrenInfo)
200199
process.exit(finalExitCode);
201200
}
202201
});

0 commit comments

Comments
 (0)