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(() => {
|
initDb(false, true, true).then(() => {
|
||||||
console.log('Done :)');
|
console.log('Done :)');
|
||||||
|
process.exit(0);
|
||||||
}, e => {
|
}, e => {
|
||||||
console.error('Failed to init database');
|
console.error('Failed to init database');
|
||||||
console.error(e);
|
console.error(e);
|
||||||
|
|
Loading…
Reference in a new issue