Skip to content

Commit 78a64ec

Browse files
author
David Hasani
committed
rethrow exception
1 parent 4403536 commit 78a64ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/shared/utilities/download.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export async function downloadExportResultArchive(
5454
await fsCommon.writeFile(toPath, Buffer.concat(buffer))
5555
} catch (e: any) {
5656
statusMessage = (e as Error).message
57+
throw e
5758
} finally {
5859
telemetry.codeTransform_logApiLatency.emit({
5960
codeTransformApiNames: 'ExportResultArchive',

0 commit comments

Comments
 (0)