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
"Can't download from github due to not being on a git tag and no fuzzy.prebuiltBinaries.forceVersion set, but found no built version of the library. "
35
-
..'Either run `cargo build --release` via your package manager, switch to a git tag, or set `fuzzy.prebuiltBinaries.forceVersion` in config. '
31
+
returncallback(
32
+
"Can't download from github due to not being on a git tag and no fuzzy.prebuilt_binaries.force_version set, but found no built version of the library. "
33
+
..'Either run `cargo build --release` via your package manager, switch to a git tag, or set `fuzzy.prebuilt_binaries.force_version` in config. '
36
34
..'See the README for more info.'
37
35
)
38
36
end
39
37
-- built locally, ignore
40
-
ifdownloadedand (version_errorversion==nil) thenreturncb() end
38
+
ifdownloadedand (version_errorversion==nil) thenreturncallback() end
41
39
-- already downloaded and the correct version
42
-
ifversion==target_versionanddownloadedthenreturncb() end
40
+
ifversion==target_versionanddownloadedthenreturncallback() end
43
41
-- unknown state
44
-
ifnottarget_versionthenreturncb('Unknown error while getting pre-built binary. Consider re-installing') end
42
+
ifnottarget_versionthen
43
+
returncallback('Unknown error while getting pre-built binary. Consider re-installing')
'Your system is not supported by pre-built binaries. You must run cargo build --release via your package manager with rust nightly. See the README for more info.'
'Your system is not supported by pre-built binaries. You must run cargo build --release via your package manager with rust nightly. See the README for more info.'
0 commit comments