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
thread 'main' panicked at src/utils.rs:83:50:
Something went wrong reading the file: Os { code: 2, kind: NotFound, message: "No such file or directory" }
stack backtrace:
0: rust_begin_unwind
at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/panicking.rs:647:5
1: core::panicking::panic_fmt
at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/panicking.rs:72:14
2: core::result::unwrap_failed
at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/result.rs:1649:5
3: core::result::Result<T,E>::expect
at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/result.rs:1030:23
4: nodium_app::utils::load_gitignore
at ./src/utils.rs:83:20
5: nodium_app::commands::load_gitignore
at ./src/commands.rs:11:5
6: nodium_app::main::{{closure}}
at ./src/main.rs:15:25
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: