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 I just trying to run a very simple code with Supervisor i get infinite restarts of my code.
Code: const Test = () => { console.log("test"); }; Test();
Node.js: v14.17.3;
npm: 7.20.5
The text was updated successfully, but these errors were encountered:
Yep I've got the same problem for some reason it doesn't like my code. Ironically exact same script works fine with nodemon which I normally have problems with hence why I generally use Supervisor.
When I just trying to run a very simple code with Supervisor i get infinite restarts of my code.
Code:
const Test = () => { console.log("test"); }; Test();
Node.js: v14.17.3;
npm: 7.20.5
The text was updated successfully, but these errors were encountered: