expo / vscode-expo

Expo Tools keep you productive with debugging, IntelliSense, and prebuild previews
https://marketplace.visualstudio.com/items?itemName=expo.vscode-expo-tools
MIT License
413 stars 11 forks source link

fix: add `workspace.fs.stat` error handling when files are missing #259

Closed byCedric closed 6 months ago

byCedric commented 6 months ago

Linked issue

It is being reported as unhandled promise exception, which should never happen. This PR makes the workspace.fs.stat a safe operation by wrapping it in try catch, and aborting where necessary.

image

expo-bot commented 6 months ago

:tada: This PR is included in version 1.5.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: