Skip to content

Commit

Permalink
Add comment explaining global.console
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Aug 23, 2020
1 parent d08608a commit 4308464
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/tape.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
var load = require('load-script')
var engineClient = require('engine.io-client')

// Without Developer Tools open, console is undefined in IE9.
if (typeof global.console === 'undefined') {
global.console = {}
}
Expand Down

0 comments on commit 4308464

Please sign in to comment.