mirror of https://github.com/actions/toolkit
lint
parent
f1e183e98c
commit
ed5722cdf7
|
@ -183,7 +183,7 @@ export async function rmRF(inputPath: string): Promise<void> {
|
||||||
if (await ioUtil.isDirectory(inputPath)) {
|
if (await ioUtil.isDirectory(inputPath)) {
|
||||||
const files = await ioUtil.readdir(inputPath)
|
const files = await ioUtil.readdir(inputPath)
|
||||||
for (const file of files) {
|
for (const file of files) {
|
||||||
console.log(file)
|
console.log(file)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
await ioUtil.unlink(inputPath)
|
await ioUtil.unlink(inputPath)
|
||||||
|
|
Loading…
Reference in New Issue