mirror of https://github.com/embarklabs/embark.git
env options property doesn't need to be passed to ProcessLauncher
This commit is contained in:
parent
567e4c8859
commit
0fdedf093c
|
@ -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()) {
|
||||
|
|
Loading…
Reference in New Issue