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:
commit
454f456adf
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Reference in a new issue