You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, our codebase contains a lot of .unwrap and .expect, especially those related to the Tauri commands and their handlers. We must refactor and replace it with proper error handling, logging, and user reporting.
For example:
Currently, our codebase contains a lot of
.unwrap
and.expect
, especially those related to the Tauri commands and their handlers. We must refactor and replace it with proper error handling, logging, and user reporting.For example:
Dataans/dataans/src-tauri/src/dataans/note.rs
Line 20 in ab5d3e2
Dataans/dataans/src-tauri/src/dataans/note.rs
Line 33 in ab5d3e2
The text was updated successfully, but these errors were encountered: