Empty debug prints as undefined for some reason
This commit is contained in:
@@ -333,11 +333,9 @@ function start(callback) {
|
||||
assert.strictEqual(typeof callback, 'function');
|
||||
assert.strictEqual(gHttpServer, null, 'Server is already up and running.');
|
||||
|
||||
debug();
|
||||
debug('==========================================');
|
||||
debug(` Cloudron ${constants.VERSION} `);
|
||||
debug('==========================================');
|
||||
debug();
|
||||
|
||||
gHttpServer = initializeExpressSync();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user