Added blank color

This commit is contained in:
2026-09-05 14:06:26 -05:00
parent eca9c3236d
commit 2a7a20b498
2 changed files with 6 additions and 1 deletions
+2 -1
View File
@@ -32,7 +32,8 @@ fn main() {
symfile.write(json.as_bytes()).expect("Unable to write to symbol file");
}
Err(e) => {
eprintln!("{}", e)
eprintln!("{}", e);
panic!()
}
}
}