mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 10:33:30 +01:00
fix(Shard): allow node to default to process.execArgv
This commit is contained in:
@@ -38,9 +38,9 @@ class Shard extends EventEmitter {
|
||||
|
||||
/**
|
||||
* Arguments for the shard's process executable
|
||||
* @type {string[]}
|
||||
* @type {?string[]}
|
||||
*/
|
||||
this.execArgv = manager.execArgv || [];
|
||||
this.execArgv = manager.execArgv;
|
||||
|
||||
/**
|
||||
* Environment variables for the shard's process
|
||||
|
||||
Reference in New Issue
Block a user