mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-21 14:28:43 -06:00
nya
This commit is contained in:
parent
ddca67d603
commit
2849c11621
|
@ -234,6 +234,8 @@ pub fn kubi_main(
|
|||
"_visualizer.json",
|
||||
serde_json::to_string(&world.workloads_info()).unwrap(),
|
||||
).unwrap();
|
||||
log::info!("visualizer data written to ./_visualizer.json");
|
||||
log::warn!("game will exit now, as it's built with generate_visualizer_data");
|
||||
std::process::exit(0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue