mirror of
https://github.com/shivammathur/setup-php.git
synced 2026-09-26 03:24:34 +07:00
Add configurable verbosity and guarded shell tracing
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ export async function getScript(os: string): Promise<string> {
|
||||
|
||||
fs.writeFileSync(run_path, script, {mode: 0o755});
|
||||
|
||||
return run_path;
|
||||
return await utils.addVerbose(run_path, os);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user