Skip to content

Commit 3c3c57b

Browse files
committed
...my hubris
1 parent 63a81bb commit 3c3c57b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/instance.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ pub async fn play(path: PathBuf, executable: PathBuf, name: String, do_debug: bo
370370
log_path.push("logs");
371371
fs::create_dir_all(&log_path)?;
372372

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

0 commit comments

Comments
 (0)