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
Whenever holo-auto-installer runs it reads all the enabled hosted happs from hha. Then it downloads bundles and tries to install ones that are not installed, yet.
If any of the bundles downloaded is of a wrong format entire script panics and terminates because of an unwrap():
Whenever holo-auto-installer runs it reads all the enabled hosted happs from hha. Then it downloads bundles and tries to install ones that are not installed, yet.
If any of the bundles downloaded is of a wrong format entire script panics and terminates because of an
unwrap()
:holo-auto-installer/src/lib.rs
Line 173 in c7a7dd2
Expected behavior:
Script ignores misformated bundle, logs an error, moves on to another one and evantualy terminates successfully.
The text was updated successfully, but these errors were encountered: