Skip to content

Commit 5249cf3

Browse files
authored
revert(Shard): "fix missing child_process silent option of Shard to allow listening to output" (#4707)
This reverts commit 58d1589.
1 parent 09bde74 commit 5249cf3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sharding/Shard.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ class Shard extends EventEmitter {
115115
.fork(path.resolve(this.manager.file), this.args, {
116116
env: this.env,
117117
execArgv: this.execArgv,
118-
silent: true,
119118
})
120119
.on('message', this._handleMessage.bind(this))
121120
.on('exit', this._exitListener);

0 commit comments

Comments
 (0)