assert.strictEqual results in oom, go figure

This commit is contained in:
Girish Ramakrishnan
2025-02-05 19:11:02 +01:00
parent 4a5c0e7ff0
commit fa64191082
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -465,7 +465,7 @@ async function initializeExpressSync() {
}
async function start() {
assert.strictEqual(gHttpServer, null, 'Server is already up and running.');
assert(gHttpServer === null, 'Server is already up and running.');
debug('==========================================');
debug(` Cloudron ${constants.VERSION} `);