mirror of
https://github.com/azure/login.git
synced 2026-03-15 09:20:56 -04:00
Code refactor
This commit is contained in:
@@ -17,4 +17,5 @@ export default class PowerShellToolRunner {
|
||||
static async executePowerShellCommand(command: string, options: any = {}) {
|
||||
await exec.exec(`"${PowerShellToolRunner.psPath}" -Command "${command}"`, [], options);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user