mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 13:23:34 +00:00
@@ -80,8 +80,7 @@ mod objc {
|
||||
Ok(value) => value,
|
||||
Err(e) => {
|
||||
println!(
|
||||
"Error: Failed to convert ObjCString to Rust string during commandReturn: {}",
|
||||
e
|
||||
"Error: Failed to convert ObjCString to Rust string during commandReturn: {e}"
|
||||
);
|
||||
|
||||
return false;
|
||||
@@ -91,10 +90,7 @@ mod objc {
|
||||
match context.send(value) {
|
||||
Ok(_) => 0,
|
||||
Err(e) => {
|
||||
println!(
|
||||
"Error: Failed to return ObjCString from ObjC code to Rust code: {}",
|
||||
e
|
||||
);
|
||||
println!("Error: Failed to return ObjCString from ObjC code to Rust code: {e}");
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user