| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
|
||
| await tempFile.delete(); | ||
| FlutterError.onError = originalOnError; | ||
| }); |
There was a problem hiding this comment.
| }); | |
| }, | |
| ); |
Please format after this change so the test description line formats to a line of its own. Just for readability
Sorry, something went wrong.
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
✨ What kind of change does this PR introduce? (Bug fix, feature, docs update...)
Fixes an exception caused by empty files
⤵️ What is the current behavior?
Throws FormatException: Unexpected end of input (at character 1)
🆕 What is the new behavior (if this is a feature change)?
No error logged
💥 Does this PR introduce a breaking change?
No
🐛 Recommendations for testing
📝 Links to relevant issues/docs
🤔 Checklist before submitting