Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
browser: use
typeof
to check for console
existence
It's a global, so we must check with typeof otherwise an error will be thrown if `console` is undefined.
- Loading branch information