Skip to content

Commit a4443c5

Browse files
committed
check
1 parent 1ab52e0 commit a4443c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/osinstaller/CxInstaller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ async function downloadFile(downloadURLPath: string, filePath: string): Promise<
205205
console.log(`File downloaded successfully to ${filePath}`);
206206

207207
} catch (error) {
208-
console.error(`Error during file download: ${error.message}`);
208+
console.log(`Error during file download:` + error.message);
209209
throw new Error(`Invoking HTTP request to download file failed - ${error.message}`);
210210
}
211211
}

0 commit comments

Comments
 (0)