Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix unhelpful log message with wrong MSVS version
Closes paixaop#147 Right now it would crash with this error, instead of returning the helpful message about setting msvs to a different version. ```javascript console.log('Invalid msvs_version ' + msvsVersion + '\n'); ^ ReferenceError: msvsVersion is not defined ```
- Loading branch information