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

Commit 4b57ae1

Browse files
committed
made nuxtent generate log reason why it is running
1 parent 85b81bc commit 4b57ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/nuxtent-generate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ if (typeof options.rootDir !== 'string') {
5454
}
5555
options.dev = false // Force production mode (no webpack middleware called)
5656

57-
debug('Generating...')
57+
debug('Starting Nuxtent to generate content files...')
5858
const nuxt = new Nuxt(options)
5959

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

0 commit comments

Comments
 (0)