Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
made nuxtent generate log reason why it is running
Browse files Browse the repository at this point in the history
  • Loading branch information
alidcast committed Sep 24, 2017
1 parent 85b81bc commit 4b57ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/nuxtent-generate
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if (typeof options.rootDir !== 'string') {
}
options.dev = false // Force production mode (no webpack middleware called)

debug('Generating...')
debug('Starting Nuxtent to generate content files...')
const nuxt = new Nuxt(options)

nuxt.listen(port, host).then(()=> {
Expand Down

0 comments on commit 4b57ae1

Please sign in to comment.