While using app.listen()
(this is Express), I found that when you enter an invalid port (e.g. “hi”), this would create a file. If you open that file, it crashes your Repl. Here’s a video link.
2 Likes
While using app.listen()
(this is Express), I found that when you enter an invalid port (e.g. “hi”), this would create a file. If you open that file, it crashes your Repl. Here’s a video link.