Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a crash with this method when running unpackaged (#6314)
## Summary of the Pull Request I was debugging the terminal unpackaged, and noticed that this method crashes immediately. I'm gonna bet that this functionality only works when the app is installed as a package. Wrapping this whole method up in one big ol' `try/catch` seems to fix the immediate crash. ## References * Introduced in #4908 ## PR Checklist * [x] I work here * [ ] Tests added/passed * [n/a] Requires documentation to be updated ## Detailed Description of the Pull Request / Additional comments We _could_ display a warning if the user has this property set and is running the terminal unpackaged, to clue them in that it won't work? I'm willing to file a follow-up for that, but I think we should fix the crash _now_. ## Validation Steps Performed * Ran the terminal successfully unpackaged.
- Loading branch information