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
{{ message }}
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.
When I edit my code within the chromium window, the system doesn't reload the script, it says that "require is not defined".
What is the expected result?
I expect that the script reloads with my changes
When I run the debugging process I don't see that all my code is wrapped by the global function in node, like in this example from internet
All code that I'm debugging is without that function, maybe this is the problem, but I don't know how to fix it.
What happens instead?
The system doesn't reload the changes then I must close the debugging windows and restart it
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Steps to reproduce
Tell us about your environment:
What steps will reproduce the problem?
What is the expected result?
I expect that the script reloads with my changes
When I run the debugging process I don't see that all my code is wrapped by the global function in node, like in this example from internet
All code that I'm debugging is without that function, maybe this is the problem, but I don't know how to fix it.
What happens instead?
The system doesn't reload the changes then I must close the debugging windows and restart it
The text was updated successfully, but these errors were encountered: