Code refactor

This commit is contained in:
Akshaya M
2020-03-22 23:54:24 +05:30
parent 0935db3306
commit db864cee1a
5 changed files with 63 additions and 41 deletions

View File

@@ -17,4 +17,5 @@ export default class PowerShellToolRunner {
static async executePowerShellCommand(command: string, options: any = {}) {
await exec.exec(`"${PowerShellToolRunner.psPath}" -Command "${command}"`, [], options);
}
}