Skip to content

Commit

Permalink
Add mongo-express version on startup log (#1125)
Browse files Browse the repository at this point in the history
  • Loading branch information
akbhuker committed Feb 5, 2023
1 parent 426386d commit 486c162
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 @@ -86,7 +86,7 @@ async function bootstrap(config) {
const config = await loadConfig();

if (config.options.console === true) {
console.log('Welcome to mongo-express');
console.log(`Welcome to mongo-express ${pkg.version}`);
console.log('------------------------');
console.log('\n');
}
Expand Down

0 comments on commit 486c162

Please sign in to comment.