1
0
Fork 0
forked from svrjs/svrjs

Fix the baf38ee353 commit.

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

View file

@ -141,4 +141,4 @@ function requestHandler(req, res) {
// Create HTTP server
http.createServer(requestHandler).listen(3000);
throw wwwrootError;
if(wwwrootError) throw wwwrootError;