Skip to content

Commit da3dbbb

Browse files
committed
attempt to fix packagin
Signed-off-by: Jens Reinecke <[email protected]>
1 parent 5f789a4 commit da3dbbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/download-tools.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ async function downloadGDB(target: VsceTarget, dest: string, options?: ToolOptio
266266
const {fileTypeFromFile} = await import('file-type');
267267

268268
const fileType = await fileTypeFromFile(downloadFilePath);
269+
console.debug(`File type: MIME-type ${fileType?.mime}, Extension ${fileType?.ext} ...`);
269270

270271
if (fileType?.mime === 'application/zip' || fileType?.ext === 'zip') {
271272
await extractZip(downloadFilePath, { dir: destPath }).catch(error => {

0 commit comments

Comments
 (0)