mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-04-30 16:55:40 +02:00
Fix #4985
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user