1
0

merge: upstream

This commit is contained in:
Mar0xy
2023-10-03 15:20:49 +02:00
185 changed files with 4442 additions and 2501 deletions
+1
View File
@@ -66,6 +66,7 @@ export async function masterMain() {
showNodejsVersion();
config = loadConfigBoot();
//await connectDb();
if (config.pidFile) fs.writeFileSync(config.pidFile, process.pid.toString());
} catch (e) {
bootLogger.error('Fatal error occurred during initialization', null, true);
process.exit(1);