Skip to content

Commit

Permalink
log errors to the console
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow committed Jan 14, 2025
1 parent 8e3f3e8 commit 80447ea
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
}
window.HybridWebView.__TriggerAsyncCallback(taskId, result);
} catch (ex) {
console.error(ex);
window.HybridWebView.__TriggerAsyncFailedCallback(taskId, ex);
}
},
Expand Down

0 comments on commit 80447ea

Please sign in to comment.