Skip to content

Commit 383e0db

Browse files
committed
wip: testing
1 parent 2faccee commit 383e0db

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

forge/actions/publish/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.

forge/actions/publish/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.

forge/actions/publish/src/main.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ async function imageExists(name) {
9898
silent: true,
9999
});
100100

101+
console.log(`Result: ${result}`);
102+
101103
return result === 0;
102104
}
103105

0 commit comments

Comments
 (0)