Revert check_connect
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
This commit is contained in:
parent
fb68389b7e
commit
81890283f0
1 changed files with 3 additions and 1 deletions
|
@ -54,4 +54,6 @@ const promises = Array
|
|||
connectToPostgres().then(() => { console.log('Connected to PostgreSQL.'); }),
|
||||
]);
|
||||
|
||||
await Promise.all(promises);
|
||||
await Promise.allSettled(promises);
|
||||
|
||||
process.exit(0);
|
||||
|
|
Loading…
Add table
Reference in a new issue