Skip to content

Commit

Permalink
lib: better log message when ps fails
Browse files Browse the repository at this point in the history
PR-URL: #2229
Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com>
Reviewed-By: Rod Vagg <rod@vagg.org>
  • Loading branch information
initram authored and rvagg committed Oct 14, 2020
1 parent 7fb3143 commit 3e7f8cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/find-visualstudio.js
Expand Up @@ -151,7 +151,7 @@ VisualStudioFinder.prototype = {

const failPowershell = () => {
this.addLog(
'could not use PowerShell to find Visual Studio 2017 or newer')
'could not use PowerShell to find Visual Studio 2017 or newer, try re-running with \'--loglevel silly\' for more details')
cb(null)
}

Expand Down

0 comments on commit 3e7f8cc

Please sign in to comment.