Skip to content

Commit

Permalink
fix: config debug aseertion for log plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
pacholoamit committed May 26, 2024
1 parent 6b4a5e6 commit 77170b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/).

## 0.9.4
- Improve Theming options
- Fix CPU information not displaying

## 0.9.3
Expand Down
1 change: 0 additions & 1 deletion src-tauri/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ use tauri_plugin_autostart::MacosLauncher;
use tauri_plugin_log::LogTarget;

fn build_and_run_app(app: AppState) {
#[cfg(debug_assertions)]
let log_plugin = tauri_plugin_log::Builder::default()
.targets([LogTarget::Folder(cache_dir().unwrap()), LogTarget::Stdout])
.build();
Expand Down

0 comments on commit 77170b9

Please sign in to comment.