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
I do realise that this library was created long ago when js didn't had classes but now it is different.
The require of assert is really another specific issue for using the library in electron.
It is recommended to have nodeIntegration turned off, this means that any require will not work, but if it is import, that'ss another story and might just work.
And last time I used assert was for tests or otherthings done only in dev build, not in production.
The text was updated successfully, but these errors were encountered:
I do realise that this library was created long ago when js didn't had classes but now it is different.
The require of assert is really another specific issue for using the library in electron.
It is recommended to have nodeIntegration turned off, this means that any require will not work, but if it is import, that'ss another story and might just work.
And last time I used assert was for tests or otherthings done only in dev build, not in production.
The text was updated successfully, but these errors were encountered: