1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-09 13:10:17 +00:00

Update apps/desktop/desktop_native/napi/src/lib.rs

Co-authored-by: neuronull <9162534+neuronull@users.noreply.github.com>
This commit is contained in:
Anders Åberg
2025-10-14 00:55:29 +02:00
committed by GitHub
parent 6aaeb99980
commit 9e7c798d0e

View File

@@ -754,8 +754,8 @@ pub mod autofill {
.call(value, ThreadsafeFunctionCallMode::NonBlocking);
continue;
}
Err(e) => {
println!("[ERROR] Error deserializing native status: {e}");
Err(error) => {
error!(%error, "Unable to deserialze native status.");
}
}