mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-23 11:36:13 +02:00
fix ios subsystem
This commit is contained in:
@@ -292,7 +292,6 @@ impl Builder {
|
||||
subsystem.push('.');
|
||||
}
|
||||
}
|
||||
subsystem.pop();
|
||||
subsystem.push_str(&app_handle.package_info().crate_name);
|
||||
let mut logger = oslog::OsLogger::new(&subsystem);
|
||||
if let Some(level_filter) = self.level_filter {
|
||||
|
||||
Reference in New Issue
Block a user