env options property doesn't need to be passed to ProcessLauncher

This commit is contained in:
Michael Bradley, Jr 2018-07-25 19:29:41 -05:00 committed by Pascal Precht
parent 567e4c8859
commit 0fdedf093c
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ class ProcessLauncher {
* @return {ProcessLauncher} The ProcessLauncher instance
*/
constructor(options) {
this.env = options.env;
this.name = path.basename(options.modulePath);
if (this._isDebug()) {