mirror of
https://github.com/electron/node-gyp.git
synced 2025-09-15 13:43:40 +02:00
Adjust verbose comment.
This commit is contained in:
parent
1e2d580da6
commit
eb553da38e
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ function install (gyp, argv, callback) {
|
|||
gyp.verbose('got "installVersion":', installVersion)
|
||||
gyp.verbose('needs "installVersion":', gyp.package.installVersion)
|
||||
if (installVersion < gyp.package.installVersion) {
|
||||
gyp.verbose('version is no good')
|
||||
gyp.verbose('version is no good; reinstalling')
|
||||
go()
|
||||
} else {
|
||||
gyp.verbose('version is good')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue