mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-10 04:48:29 +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) {
|
let (window, renderer) = match init(event_loop) {
|
||||||
Ok(ok) => ok,
|
Ok(ok) => ok,
|
||||||
Err(err) => {
|
Err(err) => {
|
||||||
eprintln!("Failed to create window: `{err:?}`");
|
eprintln!("Initialization error: `{err:?}`");
|
||||||
event_loop.exit();
|
event_loop.exit();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user