Skip to content

Error Handling in base_save_state_folder #14

@silverhadch

Description

@silverhadch

The fs::create_dir_all(&base_saved_states_dir).ok()?; silently ignores errors when creating directories. If there is an issue with permissions or file system access, it will fail without notifying the user.

Use proper error handling (e.g., expect or Result) to provide more informative feedback.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions