Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
feat: new package printing
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Mar 31, 2022
1 parent f2f3fcf commit c704054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ app.all("*", (req, res, next) => {
try {
app.listen(lib.conf.PORT, lib.conf.HOST, () => {
try {
util.Logging.info(`Running in Node.js ${process.version}`);
util.Logging.info(`Running v${info.version} in Node.js ${process.version}`);
util.Logging.info(`Listening on ${lib.conf.HOST}:${String(lib.conf.PORT)}`);
lib.init();
} catch (err) {
Expand Down

0 comments on commit c704054

Please sign in to comment.