Skip to content

Commit 3e7f8cc

Browse files
initramrvagg
authored andcommitted
lib: better log message when ps fails
PR-URL: #2229 Reviewed-By: Bartosz Sosnowski <[email protected]> Reviewed-By: Rod Vagg <[email protected]>
1 parent 7fb3143 commit 3e7f8cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/find-visualstudio.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ VisualStudioFinder.prototype = {
151151

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

0 commit comments

Comments
 (0)