mirror of
https://github.com/danbulant/discord.js
synced 2026-06-08 09:13:22 +00:00
revert(Shard): "fix missing child_process silent option of Shard to allow listening to output" (#4707)
This reverts commit 58d1589a55.
This commit is contained in:
parent
09bde74e43
commit
5249cf33e5
1 changed files with 0 additions and 1 deletions
|
|
@ -115,7 +115,6 @@ class Shard extends EventEmitter {
|
||||||
.fork(path.resolve(this.manager.file), this.args, {
|
.fork(path.resolve(this.manager.file), this.args, {
|
||||||
env: this.env,
|
env: this.env,
|
||||||
execArgv: this.execArgv,
|
execArgv: this.execArgv,
|
||||||
silent: true,
|
|
||||||
})
|
})
|
||||||
.on('message', this._handleMessage.bind(this))
|
.on('message', this._handleMessage.bind(this))
|
||||||
.on('exit', this._exitListener);
|
.on('exit', this._exitListener);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue