Refactor installation scripts

This commit is contained in:
Shivam Mathur
2019-10-11 04:41:25 +05:30
parent 3087ceb811
commit e755fb7a69
25 changed files with 345 additions and 520 deletions

View File

@ -167,7 +167,7 @@ export async function log(
};
switch (prefix) {
case '':
prefix = prefix;
prefix = '';
break;
default:
prefix = prefix + ': ';