Remove debug process.exit()

cshd
Dragory 2020-08-13 00:26:54 +03:00
parent b30e615200
commit ff89ab557c
No known key found for this signature in database
GPG Key ID: 5F387BA66DF8AAC1
1 changed files with 0 additions and 1 deletions

View File

@ -218,7 +218,6 @@ if (! configIsValid) {
} }
console.log("Configuration ok!"); console.log("Configuration ok!");
process.exit(0);
/** /**
* @type {ModmailConfig} * @type {ModmailConfig}