fix(Shard): allow node to default to process.execArgv

This commit is contained in:
Lewdcario
2018-06-29 13:59:28 -05:00
parent 92e2c3c7fd
commit 93f8c8547b

View File

@@ -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