mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-07-28 17:43:50 +07:00
Refactor installation scripts
This commit is contained in:
@ -167,7 +167,7 @@ export async function log(
|
||||
};
|
||||
switch (prefix) {
|
||||
case '':
|
||||
prefix = prefix;
|
||||
prefix = '';
|
||||
break;
|
||||
default:
|
||||
prefix = prefix + ': ';
|
||||
|
Reference in New Issue
Block a user