Entering invalid port crashes Repl

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

Whoops, I forgot the Repl link. https://replit.com/@OmegaOrbitals/Express-Port-Bug

2 Likes