Skip to content

Commit c2e5fad

Browse files
author
QuentinFchx
committed
console might not be defined (old ie versions)
use `window.console` instead of `console`
1 parent 451b721 commit c2e5fad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/console.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ while(level) {
3333
// export
3434
window.console = console;
3535

36-
}(this, Raven, console || {}));
36+
}(this, Raven, window.console || {}));

0 commit comments

Comments
 (0)