This commit is contained in:
Zalmoxisus
2016-08-04 17:30:28 +03:00
parent 23629b332e
commit 86b6a32d30
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ function log(pass, msg) {
var prefix = pass ? chalk.green.bgBlack('PASS') : chalk.red.bgBlack('FAIL');
var color = pass ? chalk.blue : chalk.red;
console.log(prefix, color(msg));
};
}
function getModuleName(type) {
switch (type) {