forked from FoundKeyGang/FoundKey
Clean up
This commit is contained in:
parent
356fe8180e
commit
c937cb94f9
1 changed files with 0 additions and 3 deletions
|
@ -19,7 +19,6 @@ import MachineInfo from './misc/machineInfo';
|
|||
import DependencyInfo from './misc/dependencyInfo';
|
||||
import serverStats from './daemons/server-stats';
|
||||
import notesStats from './daemons/notes-stats';
|
||||
import db from './db/mongodb';
|
||||
import loadConfig from './config/load';
|
||||
import { Config } from './config/types';
|
||||
|
||||
|
@ -191,6 +190,4 @@ process.on('uncaughtException', err => {
|
|||
// Dying away...
|
||||
process.on('exit', code => {
|
||||
Logger.info(`The process is going to exit with code ${code}`);
|
||||
|
||||
db.close();
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue