mperdeck/jsnlog.js

2.19.0 broken on Node.js: ReferenceError: window is not defined

dmfutcher opened this issue · 0 comments

Changes in 2.19.0 have broken jsnlog.js in Node.js. The check for window being defined raises a reference error in that environment: ReferenceError: window is not defined. The check should be typeof window !== 'undefined' similar to the checks elsewhere in the code.