Added init complete log to server
This commit is contained in:
parent
a13758dcb1
commit
3a9e4d7502
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -145,6 +145,6 @@ app.use((error, req, res, next) => {
|
|||
});
|
||||
|
||||
app.listen(port, () => {
|
||||
creator.ensureInit();
|
||||
console.log(`Listening at http://localhost:${port}`);
|
||||
creator.ensureInit().then(() => console.log('CardCreator initialization complete'));
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue