widhid: regenerate JS

master
Rob Pilling 2023-05-08 22:06:10 +01:00
parent c1f8b1e4aa
commit c62056a0cf
1 changed files with 6 additions and 1 deletions

View File

@ -157,8 +157,13 @@
if (handlers)
for (var _i = 0, handlers_1 = handlers; _i < handlers_1.length; _i++) {
var handler = handlers_1[_i];
try {
Bangle.on(event, handler);
}
catch (e) {
console.log("couldn't restore \"".concat(event, "\" handler:"), e);
}
}
}
};
})();