Skip to content

Commit

Permalink
...my hubris
Browse files Browse the repository at this point in the history
  • Loading branch information
MCOfficer committed Nov 16, 2023
1 parent 63a81bb commit 3c3c57b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/instance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ pub async fn play(path: PathBuf, executable: PathBuf, name: String, do_debug: bo
log_path.push("logs");
fs::create_dir_all(&log_path)?;

let time = OffsetDateTime::now_utc()?.format(&format_description::parse(
let time = OffsetDateTime::now_utc().format(&format_description::parse(
"[year]-[month]-[day] [hour]-[minute]-[second]",
)?)?;
let mut out_path = log_path.clone();
Expand Down

0 comments on commit 3c3c57b

Please sign in to comment.