fix: Replace fmt.eprint calls with logs.

This commit is contained in:
Spencer Brower
2026-07-21 09:37:30 -04:00
parent 4ea44e8a09
commit 0fa08f3cae
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ main :: proc() {
when SPALL {
ctx, ok := spall.context_create_with_scale("thor.spall", false, 1.0)
if !ok {
fmt.eprintln("Failed to create spall trace file")
log.fatal("Failed to create spall trace file")
os.exit(1)
}
spall_ctx = ctx