fixed CI detection in child process
This commit is contained in:
@ -9,7 +9,8 @@ export let start = function(moduleNameArg:string = "",loaderLengthArg:string = "
|
||||
earlyChild = childProcess.fork(path.join(__dirname,"early.child.js"),[],{
|
||||
env: {
|
||||
moduleNameArg:moduleNameArg,
|
||||
loaderLengthArg:loaderLengthArg
|
||||
loaderLengthArg:loaderLengthArg,
|
||||
CI: process.env.CI
|
||||
}
|
||||
});
|
||||
};
|
||||
|
Reference in New Issue
Block a user