
Gabriel1375
-
Posts
1 -
Joined
-
Last visited
Reputation Activity
-
Gabriel1375 reacted to Dr. McKay in How to wait for user input on event "steamGuard" ?
Node.js will automatically exit if nothing is waiting for input. You just need to add some code to accept the code from the user somehow, and the application won't exit.