Skip to content

Commit cf7ba59

Browse files
committed
es13.js modified
1 parent 133d9d2 commit cf7ba59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

es13.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ try { // Else workers die if you try to access 'document', which is plain bullsh
5555
function BrowserCompat(o, _)
5656
{
5757
try {
58-
_({window, document, ErrorEvent}); // throws when these 3 are not available
58+
return _({window, document, ErrorEvent}); // throws when these 3 are not available
5959
} catch (e) {
6060
// console.error(e);
6161
return o === false ? (() => { THROW('needs a browser') }) : _(o); // replacement in case above throws

0 commit comments

Comments
 (0)