Skip to content

Commit cff2be1

Browse files
authored
Add debugging
1 parent 723a111 commit cff2be1

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

componentDetection.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,10 @@ export default class ComponentDetection {
169169

170170
return downloadURL;
171171
} catch (error: any) {
172-
core.error(error);
173-
throw new Error("Failed to download latest release");
172+
core.error(error);
173+
core.debug(error.message);
174+
core.debug(error.stack);
175+
throw new Error("Failed to download latest release");
174176
}
175177
}
176178
}

dist/index.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)