Skip to content

Fixed `global` issue in Node JS

Compare
Choose a tag to compare
@taylorhakes taylorhakes released this 05 Apr 13:41
· 67 commits to master since this release

Fixed an error in Node JS causing throw new Error('unable to locate global object');.

Thanks @vmihailenco for the fix.