This commit is contained in:
syuilo 2019-05-26 13:42:53 +09:00
parent c46bfcc768
commit f36e3c69b4
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -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);