mirror of
https://github.com/shivammathur/setup-php.git
synced 2024-11-22 11:51:07 +07:00
cleanup
This commit is contained in:
parent
e71c06a64f
commit
601f50f55e
@ -181,7 +181,7 @@ function createScript(filename, version) {
|
||||
if (error) {
|
||||
return console.log(error);
|
||||
}
|
||||
console.log('The file was saved! \n' + script);
|
||||
console.log('The file was saved!');
|
||||
});
|
||||
});
|
||||
}
|
||||
|
@ -161,7 +161,7 @@ async function createScript(filename: string, version: string) {
|
||||
if (error) {
|
||||
return console.log(error);
|
||||
}
|
||||
console.log('The file was saved! \n' + script);
|
||||
console.log('The file was saved!');
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user