| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
🎉v7.0.0-rc.2 has been released which incorporates this pull request.:tada: Handy links: |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
PR Summary
The NormalView code tries to use a member that may not exist. So when using strict mode, this line fails and so nothing is returned to the user as an exception is thrown in the formatter. Fix is to move the call to turn off strict mode from the helper function to the outer script block.
PR Context
Fix #11371
PR Checklist