mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-21 04:29:06 +08:00
feedback
This commit is contained in:
parent
902046e4d8
commit
dcc55dfd04
@ -127,9 +127,7 @@ export async function streamExtractExternal(
|
||||
} else {
|
||||
if (!createdDirectories.has(path.dirname(fullPath))) {
|
||||
createdDirectories.add(path.dirname(fullPath))
|
||||
await resolveOrCreateDirectory(path.dirname(fullPath)).then(
|
||||
() => {}
|
||||
)
|
||||
await resolveOrCreateDirectory(path.dirname(fullPath))
|
||||
}
|
||||
|
||||
const writeStream = createWriteStream(fullPath)
|
||||
|
Loading…
x
Reference in New Issue
Block a user