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