Error reporting.

This commit is contained in:
Nathan Rajlich 2012-02-03 18:05:14 -08:00
parent 7a18523638
commit 09516bb762
2 changed files with 12 additions and 5 deletions

View file

@ -104,7 +104,7 @@ function install (gyp, argv, callback) {
})
entry.on('end', function () {
ws.end()
gyp.verbose('saved:', devFile)
gyp.verbose('saved file', devFile)
})
}