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 535746f commit b26c5d5Copy full SHA for b26c5d5
Chrome/Example/simple_extension/bridgeClientChrome.js
@@ -50,7 +50,7 @@
50
try {
51
handler(message.data, responseCallback)
52
} catch(exception) {
53
- if (typeof console != 'undefined') {
+ if (typeof console != 'undefined' && JSON.stringify(exception)!="{}") {
54
console.log("WebViewJavascriptBridge: WARNING: javascript handler threw.", message, exception)
55
}
56
0 commit comments