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
When you edit package.json, it should trigger a reload of the whole app. (Maybe optionally.)
Previously it closed and reopened the window, but that stopped working, probably at [email protected].
With chrome.runtime.reload() we should be able to do something even better: reload the whole app!
Some things like chromium-args probably require relaunching the entire process, but there are some snippets of code people have written in nwjs/nw.js#149 to do just that, at least for some platforms.
The text was updated successfully, but these errors were encountered:
When you edit
package.json
, it should trigger a reload of the whole app. (Maybe optionally.)Previously it closed and reopened the window, but that stopped working, probably at
[email protected]
.With
chrome.runtime.reload()
we should be able to do something even better: reload the whole app!Some things like
chromium-args
probably require relaunching the entire process, but there are some snippets of code people have written in nwjs/nw.js#149 to do just that, at least for some platforms.The text was updated successfully, but these errors were encountered: