You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It fixed another bug. So, we are going to have to rethink this because if we switch it back it will break other scenarios. I think core-js now defines system and confuses it if we switch. Need to think about it...
The fix done in #26 has stopped Electron from launching any applications.
By reversing window.system and window.require checks in function createLoader(), Electron will start functioning again.
See the erroneous code here:
bootstrapper/dist/commonjs/aurelia-bootstrapper.js
Lines 54 to 68 in faf80a9
The text was updated successfully, but these errors were encountered: