mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 13:23:34 +00:00
@@ -237,7 +237,7 @@ pub mod sshagent {
|
||||
.expect("should be able to send auth response to agent");
|
||||
}
|
||||
Err(e) => {
|
||||
println!("[SSH Agent Native Module] calling UI callback promise was rejected: {}", e);
|
||||
println!("[SSH Agent Native Module] calling UI callback promise was rejected: {e}");
|
||||
let _ = auth_response_tx_arc
|
||||
.lock()
|
||||
.await
|
||||
@@ -246,7 +246,7 @@ pub mod sshagent {
|
||||
}
|
||||
},
|
||||
Err(e) => {
|
||||
println!("[SSH Agent Native Module] calling UI callback could not create promise: {}", e);
|
||||
println!("[SSH Agent Native Module] calling UI callback could not create promise: {e}");
|
||||
let _ = auth_response_tx_arc
|
||||
.lock()
|
||||
.await
|
||||
|
||||
Reference in New Issue
Block a user