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
Err(_) => continue,// NOTE: The first search is skipped because it does not yet lead to the DAR file.
Expected behavior
Returns an error if the conversion was never performed.
But I don't know how to construct that flag (should I just use an AtomicBool?).
staticIS_CONVERTE_EXECUTED_ONCE:AtomicBool = AtomicBool(false);if !IS_CONVERTE_EXECUTED_ONCE.load(Ordering::Acquire){bail!("DynamicAnimationReplacer dir was never found")}
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
Version
0.1.5
Unexpected behavior here
It does not return an error even if it never performs a conversion.
dar-to-oar/dar2oar_core/src/fs/sequential/mod.rs
Line 29 in 330041f
Expected behavior
Returns an error if the conversion was never performed.
But I don't know how to construct that flag (should I just use an AtomicBool?).
Relevant log output
No response
The text was updated successfully, but these errors were encountered: