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