1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-10 21:50:15 +00:00

trigger native desktop build

This commit is contained in:
neuronull
2025-12-01 13:30:59 -07:00
parent f4a678976e
commit edf0c037e8

View File

@@ -1072,6 +1072,9 @@ pub mod logging {
.with(filter)
.with(JsLayer)
.init();
tracing::info!("white_rabbit info");
tracing::debug!("white_rabbit debug");
}
}