Skip to content

Commit cca3ec4

Browse files
committed
wip
Signed-off-by: Jens Reinecke <jens.reinecke@arm.com>
1 parent 57a15e4 commit cca3ec4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/download-tools.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ async function downloadGDB(target: VsceTarget, dest: string, options?: ToolOptio
276276
throw new Error(`Failed to extract ${url}`, { cause: error });
277277
});
278278
} else {
279+
mkdirSync(destPath, { recursive: true });
279280
console.debug(`fastExtract: downld ${downloadFilePath}, dest ${destPath} ...`);
280281
await fastExtract(downloadFilePath, destPath, { type: 'tar.xz' },
281282

0 commit comments

Comments
 (0)