起動メッセージを変更
This commit is contained in:
parent
f97de561ff
commit
9949516c26
3 changed files with 4 additions and 8 deletions
|
@ -23,7 +23,6 @@ export const initDb = async (force = false): Promise<Connection> => {
|
|||
return Promise.resolve(conn);
|
||||
} catch (e) {
|
||||
// noop
|
||||
console.warn('connection is not found, so create');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue