diff --git a/config.json b/config.json index 4af8df1..3c0abf6 100644 --- a/config.json +++ b/config.json @@ -3,7 +3,7 @@ "port": 80, "pubport": 80, "page404": "404.html", - "timestamp": 1694193990662, + "timestamp": 1694195890852, "blacklist": [], "nonStandardCodes": [], "enableCompression": true, @@ -102,4 +102,4 @@ "errorPages": [], "useWebRootServerSideScript": true, "exposeModsInErrorPages": true -} \ No newline at end of file +} diff --git a/svr.js b/svr.js index 4cbfd64..cf5bc0a 100644 --- a/svr.js +++ b/svr.js @@ -5083,6 +5083,7 @@ function start(init) { } if (!cluster.isPrimary && cluster.isPrimary !== undefined) { process.on("message", function (line) { + if(line === undefined) return; // Workaround for Bun 1.0.0 try { if (line == "") { // Does Nothing