mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
init migration test files, ormconfig
This commit is contained in:
@@ -115,7 +115,11 @@ export class Start extends Command {
|
||||
await credentialTypes.init(loadNodesAndCredentials.credentialTypes);
|
||||
|
||||
// Wait till the database is ready
|
||||
await startDbInitPromise;
|
||||
let dbReady = await startDbInitPromise;
|
||||
|
||||
if(!dbReady){
|
||||
throw new Error("DB did not initialize.");
|
||||
}
|
||||
|
||||
if (flags.tunnel === true) {
|
||||
this.log('\nWaiting for tunnel ...');
|
||||
|
||||
Reference in New Issue
Block a user