update README

This commit is contained in:
2016-05-23 05:15:58 +02:00
parent ffbfc29628
commit 86b6a6c3c4
3 changed files with 2 additions and 3 deletions

View File

@@ -38,7 +38,6 @@ let logEarly = () => {
};
let start = function(moduleNameArg:string = "",loaderLengthArg:string = "10"){
console.log(process.env.CI)
moduleName = moduleNameArg;
loaderLength = parseInt(loaderLengthArg);
if (process.env.CI == "undefined"){