From d5c4e9aeaf9ccae70e42a225c3a5d6a85bfc17f9 Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Fri, 23 Aug 2024 21:35:58 +0200 Subject: [PATCH] Fix the baf38ee3531babe97e0efaf56e2d5bac8dcae86e commit. --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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