You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(fuzzy): check shared lib existence before skipping download (#2055)
* fix(fuzzy): check shared lib existence before skipping download
Avoid false positives when the version file exists but the shared
library is missing (e.g., due to incomplete build). Notify the user in
that case.
Closes#2048
* fix(fuzzy): test load via require, update error message
---------
Co-authored-by: Liam Dyer <[email protected]>
0 commit comments