Skip to content
Snippets Groups Projects
Unverified Commit f36e3c69 authored by syuilo's avatar syuilo
Browse files

Fix #4985

parent c46bfcc7
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment