mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-06 02:48:27 +00:00
Updat error message
This commit is contained in:
parent
4fafacd01b
commit
63b921fc3f
@ -29,7 +29,7 @@ impl ApplicationHandler for App {
|
||||
let (window, renderer) = match init(event_loop) {
|
||||
Ok(ok) => ok,
|
||||
Err(err) => {
|
||||
eprintln!("Failed to create window: `{err:?}`");
|
||||
eprintln!("Initialization error: `{err:?}`");
|
||||
event_loop.exit();
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user