Skip to content

Commit 740f151

Browse files
committed
Update version_check.js
1 parent 14ebec0 commit 740f151

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/version_check.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ let resource_id = "%%__RESOURCE__%%";
99
let version_id = "%%__VERSION__%%";
1010

1111
async function main() {
12+
// Initialise wrapper and exit if a failure occurs.
1213
let init = await wrapper.init(token);
1314
if (init.result === "error") {
1415
console.log(init.error);

0 commit comments

Comments
 (0)