microsoft / monaco-editor-webpack-plugin

Moved to https://github.com/microsoft/monaco-editor
482 stars 98 forks source link

fixing a userRequest of undefined error #46

Closed waterfoul closed 6 years ago

waterfoul commented 6 years ago

Added a guard around setting the userRequest for cases where this._module doesn't exist (like when running in thread loader)

Fixes #16

alexdima commented 6 years ago

Duplicate of #44