Skip to content

Commit b421108

Browse files
author
github-actions
committed
CI run 3739 pushed to gh-pages
1 parent 0009eeb commit b421108

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

demo/trunk/dist/dwv.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/trunk/dist/dwv.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/trunk/viewer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ function viewerSetup() {
128128

129129
// bind events
130130
_app.addEventListener('error', function (event) {
131-
console.error('load error', event);
131+
console.error('load error', event, event.error);
132132
// abort load
133133
_app.abortLoad(event.dataid);
134134
});

0 commit comments

Comments
 (0)