mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-22 13:49:13 +08:00
remove semicolon
This commit is contained in:
parent
a730b5ca5f
commit
41350470e5
@ -134,7 +134,7 @@ export async function rmRF(inputPath: string): Promise<void> {
|
||||
resolve("timeout")
|
||||
}, 500)
|
||||
|
||||
let result = null;
|
||||
let result = null
|
||||
if (await ioUtil.isDirectory(inputPath, true)) {
|
||||
result = childProcess.spawn(cmdPath, ['/s', '/c', '"rd /s /q "%inputPath%""'], {
|
||||
env: {inputPath}
|
||||
|
Loading…
x
Reference in New Issue
Block a user