assert.strictEqual results in oom, go figure
This commit is contained in:
+1
-1
@@ -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} `);
|
||||
|
||||
Reference in New Issue
Block a user