Skip to content

Commit

Permalink
Helpful log message
Browse files Browse the repository at this point in the history
  • Loading branch information
matheus-consoli committed Jun 4, 2024
1 parent 8f22764 commit e981371
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/desktop/src-tauri/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ async fn main() -> tauri::Result<()> {

handle.windows().iter().for_each(|(_, window)| {
if should_clear_localstorage {
println!("cleaning localStorage");
for webview in window.webviews() {
webview.eval("localStorage.clear();").ok();
}
Expand Down

0 comments on commit e981371

Please sign in to comment.