small fix

This commit is contained in:
2016-05-22 00:43:54 +02:00
parent c14fadadf7
commit 1955dadba3
2 changed files with 3 additions and 3 deletions

View File

@ -51,7 +51,7 @@ export let start = function(moduleNameArg:string = "",loaderLengthArg:number = 1
initReadline();
logEarly();
} else {
console.log("**** starting " + moduleName + " ****");
console.log("**** starting " + moduleName.cyan + " ****");
};
};