Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
les
gancio
Commits
6f84d904
Verified
Commit
6f84d904
authored
Jul 20, 2021
by
les
Browse files
add node version in very first log
parent
fdd051ed
Changes
1
Show whitespace changes
Inline
Side-by-side
server/cli.js
View file @
6f84d904
...
...
@@ -322,7 +322,7 @@ async function setup (options) {
process
.
exit
(
0
)
}
consola
.
info
(
`📅
${
pkg
.
name
}
- v
${
pkg
.
version
}
-
${
pkg
.
description
}
`
)
consola
.
info
(
`📅
${
pkg
.
name
}
- v
${
pkg
.
version
}
-
${
pkg
.
description
}
(nodejs:
${
process
.
version
}
)
`
)
require
(
'
yargs
'
)
.
usage
(
'
Usage $0 <command> [options]
'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment