mirror of
https://github.com/danbulant/discord.js
synced 2026-06-08 09:13:22 +00:00
fix(Shard): actually remove default execArgv
This commit is contained in:
parent
2694c0d442
commit
938d87d5d6
1 changed files with 0 additions and 1 deletions
|
|
@ -31,7 +31,6 @@ class ShardingManager extends EventEmitter {
|
||||||
totalShards: 'auto',
|
totalShards: 'auto',
|
||||||
respawn: true,
|
respawn: true,
|
||||||
shardArgs: [],
|
shardArgs: [],
|
||||||
execArgv: [],
|
|
||||||
token: null,
|
token: null,
|
||||||
}, options);
|
}, options);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue