Skip to content

Commit b6e1eec

Browse files
committed
Merge pull request #192 from QuentinFchx/patch-2
console might not be defined (old ie versions)
2 parents 451b721 + c2e5fad commit b6e1eec

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)