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
Copy file name to clipboardExpand all lines: packages/perseus-cli/src/init.rs
+7-4
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,9 @@ fn create_file_if_not_present(
15
15
if fs::metadata(filename).is_ok(){
16
16
eprintln!("[WARNING]: Didn't create '{}', since it already exists. If you didn't mean for this to happen, you should remove this file and try again.", filename_str);
0 commit comments