mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-22 08:49:07 +08:00
lint
This commit is contained in:
parent
f1e183e98c
commit
ed5722cdf7
@ -183,7 +183,7 @@ export async function rmRF(inputPath: string): Promise<void> {
|
||||
if (await ioUtil.isDirectory(inputPath)) {
|
||||
const files = await ioUtil.readdir(inputPath)
|
||||
for (const file of files) {
|
||||
console.log(file)
|
||||
console.log(file)
|
||||
}
|
||||
}
|
||||
await ioUtil.unlink(inputPath)
|
||||
|
Loading…
x
Reference in New Issue
Block a user