Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: safe handling of missing env variables
On Windows 7 the launcher will not load, throwing the error `Cannot read property 'substr' of undefined`. This was caused by an undefined prefix at `getAllPrefixes()`. Closes #67
- Loading branch information