mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-18 21:12:19 +02:00
refactor(log): log webview location after double colon (#3574)
This commit is contained in:
@@ -20,9 +20,9 @@ pub fn log(
|
||||
let level = log::Level::from(level);
|
||||
|
||||
let target = if let Some(location) = location {
|
||||
format!("{WEBVIEW_TARGET}:{location}")
|
||||
format!("{WEBVIEW_TARGET}::{location}")
|
||||
} else {
|
||||
WEBVIEW_TARGET.to_string()
|
||||
WEBVIEW_TARGET.to_owned()
|
||||
};
|
||||
|
||||
let mut builder = RecordBuilder::new();
|
||||
|
||||
Reference in New Issue
Block a user