Changes to be committed:
Some checks failed
gitea/Frida-android-native/pipeline/head There was a failure building this commit

modified:   src/main.rs
This commit is contained in:
Michael Wain 2024-10-12 04:38:53 +03:00
parent c22ab20177
commit 4e611782df

View File

@ -66,7 +66,7 @@ mod jni {
return Err(err);
}*/
mobile::mobile_run(config_b32, close_fd_on_drop, tun_fd, env, close_token).await;
Ok(0)
Ok::<(), E>(())
};
let exit_code = match tokio::runtime::Builder::new_multi_thread().enable_all().build() {