Skip to content

Commit 066082a

Browse files
committed
Log when CANBridge finishes downloading
1 parent b40abd7 commit 066082a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/download-CanBridge.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ try {
2727
const headersZip = new AdmZip(path.join(tempDir, "headers.zip"));
2828

2929
await headersZip.extractAllTo(path.join(externalCompileTimeDepsPath, 'include'), true);
30+
console.log(`Successfully downloaded CANBridge`);
3031
} catch (e) {
3132
if (axios.isAxiosError(e) && e.request) {
3233
console.error(`Failed to download CANBridge file ${e.request.protocol}//${e.request.host}/${e.request.path}`);

0 commit comments

Comments
 (0)