small log fix
This commit is contained in:
parent
a42faf36d2
commit
66a7fc2afe
@ -38,7 +38,6 @@ let logEarly = () => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
let start = function(moduleNameArg:string = "",loaderLengthArg:string = "10"){
|
let start = function(moduleNameArg:string = "",loaderLengthArg:string = "10"){
|
||||||
console.log(moduleNameArg);
|
|
||||||
moduleName = moduleNameArg;
|
moduleName = moduleNameArg;
|
||||||
loaderLength = parseInt(loaderLengthArg);
|
loaderLength = parseInt(loaderLengthArg);
|
||||||
if (!process.env.CI){
|
if (!process.env.CI){
|
||||||
|
Loading…
Reference in New Issue
Block a user