mirror of
https://github.com/actions/toolkit.git
synced 2026-08-16 00:00:21 +02:00
feedback
This commit is contained in:
@@ -127,9 +127,7 @@ export async function streamExtractExternal(
|
|||||||
} else {
|
} else {
|
||||||
if (!createdDirectories.has(path.dirname(fullPath))) {
|
if (!createdDirectories.has(path.dirname(fullPath))) {
|
||||||
createdDirectories.add(path.dirname(fullPath))
|
createdDirectories.add(path.dirname(fullPath))
|
||||||
await resolveOrCreateDirectory(path.dirname(fullPath)).then(
|
await resolveOrCreateDirectory(path.dirname(fullPath))
|
||||||
() => {}
|
|
||||||
)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const writeStream = createWriteStream(fullPath)
|
const writeStream = createWriteStream(fullPath)
|
||||||
|
|||||||
Reference in New Issue
Block a user