1
0
Fork 0
forked from svrjs/svrjs

Add "throw wwwrootError", for now.

This commit is contained in:
Dorian Niemiec 2024-08-23 21:34:58 +02:00
parent be33f83ed1
commit baf38ee353

View file

@ -140,3 +140,5 @@ function requestHandler(req, res) {
// Create HTTP server
http.createServer(requestHandler).listen(3000);
throw wwwrootError;