We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14ebec0 commit 740f151Copy full SHA for 740f151
examples/version_check.js
@@ -9,6 +9,7 @@ let resource_id = "%%__RESOURCE__%%";
9
let version_id = "%%__VERSION__%%";
10
11
async function main() {
12
+ // Initialise wrapper and exit if a failure occurs.
13
let init = await wrapper.init(token);
14
if (init.result === "error") {
15
console.log(init.error);
0 commit comments