Skip to content

Conversation

@mjbvz
Copy link
Contributor

@mjbvz mjbvz commented Aug 19, 2016

Issue #1211

Bug

If the %PATH% env var contains path entries which are not valid, NTVS can end up crashing in GetPathToNodeExecutableFromEnvironment when invoking Path.combine

Fix

Wrap this section in a try catch block to handle these entries.

Closes #1211

**Bug**
If the %PATH% env var contains path entries which are not valid, NTVS can end up crashing in `GetPathToNodeExecutableFromEnvironment` when calling `Path.combine`

**Fix**
Wrap this section in a try catch block to handle these entries.
@mjbvz mjbvz merged commit 5aca18b into microsoft:master Aug 19, 2016
@mjbvz mjbvz removed the in-progress label Aug 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants