Small cleanups

This commit is contained in:
Schuyler Cebulskie
2016-09-24 02:43:27 -04:00
parent 13e2b923e8
commit d9bc5cea1e
2 changed files with 4 additions and 3 deletions

View File

@@ -28,7 +28,8 @@ class Shard {
*/
this.process = childProcess.fork(path.resolve(this.manager.file), [], {
env: {
SHARD_ID: this.id, SHARD_COUNT: this.manager.totalShards,
SHARD_ID: this.id,
SHARD_COUNT: this.manager.totalShards,
},
});