Skip to content

Commit

Permalink
Added init complete log to server
Browse files Browse the repository at this point in the history
  • Loading branch information
carlomorgenstern committed Oct 25, 2021
1 parent a13758d commit 3a9e4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'));
});

0 comments on commit 3a9e4d7

Please sign in to comment.