diff --git a/src/index.js b/src/index.js index 54057b2..562b672 100644 --- a/src/index.js +++ b/src/index.js @@ -141,4 +141,4 @@ function requestHandler(req, res) { // Create HTTP server http.createServer(requestHandler).listen(3000); -throw wwwrootError; \ No newline at end of file +if(wwwrootError) throw wwwrootError; \ No newline at end of file