| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
🎉v7.0.0-preview.6 has been released which incorporates this pull request.:tada: Handy links: |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
PR Summary
In the case where the Host doesn't implement WindowSize so that Rows and Cols can be returned, this is handled locally. But if used over interactive remote session, the remoting layer throws a remoting exception. To handle this case, catch any exception trying to retrieve those values and use a default value so that formatting still renders. The previous fix for this was too specific in the Exceptions caught that it didn't catch a remoting Exception.
PR Checklist