forked from FoundKeyGang/FoundKey
Fix #4985
This commit is contained in:
parent
c46bfcc768
commit
f36e3c69b4
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ console.log('Init database...');
|
|||
|
||||
initDb(false, true, true).then(() => {
|
||||
console.log('Done :)');
|
||||
process.exit(0);
|
||||
}, e => {
|
||||
console.error('Failed to init database');
|
||||
console.error(e);
|
||||
|
|
Loading…
Reference in a new issue