Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Commit 65e1384

Browse files
committed
error example
1 parent de24969 commit 65e1384

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

example/browser.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@
55
loader.import('./register.js').then(function(m) {
66
console.log(m);
77
});
8+
9+
loader.import('./does-not-exist.js');
810
</script>

0 commit comments

Comments
 (0)