Skip to content

Commit 9bdcddd

Browse files
committed
add debugging
1 parent fa79147 commit 9bdcddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/12-chatbox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
// document.getElementById('send-intent').setAttribute('disabled', false)
4646
})
4747
.catch(function (error) {
48-
console.error('chatbot UI failed to load', error)
48+
console.error('chatbot UI failed to load', error, iframeOrigin)
4949
})
5050
})()

0 commit comments

Comments
 (0)