Skip to content

Commit 7774cfc

Browse files
committed
wip
Signed-off-by: Jens Reinecke <jens.reinecke@arm.com>
1 parent caf72b3 commit 7774cfc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/download-tools.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ async function downloadGDB(target: VsceTarget, dest: string, options?: ToolOptio
247247
? { mode: 'cache', downloadPath: options.cache }
248248
: { mode: 'temp', downloadPath: tempfile.default() };
249249
const downloadFilePath = path.join(downloadPath, asset_name);
250-
const downloadFilePathBase = path.join(downloadPath, asset_name_base);
250+
//const downloadFilePathBase = path.join(downloadPath, asset_name_base);
251251

252252
if (options?.force === false && mode === 'cache' && existsSync(downloadFilePath)) {
253253
console.debug(`Found GDB asset in cache ${downloadFilePath} ...`);

0 commit comments

Comments
 (0)