0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Merge pull request #5651 from ErisDS/msg-change

Small messaging improvements
This commit is contained in:
John O'Nolan 2015-08-12 06:10:43 +02:00
commit 454f456adf

View file

@ -166,7 +166,7 @@ GhostServer.prototype.logStartMessages = function () {
// Startup & Shutdown messages
if (process.env.NODE_ENV === 'production') {
console.log(
chalk.green('Ghost is running...'),
chalk.green('Ghost is running in ' + process.env.NODE_ENV + '...'),
'\nYour blog is now available on',
config.url,
chalk.gray('\nCtrl+C to shut down')