mirror of
				https://github.com/hannobraun/Fornjot
				synced 2025-11-04 14:10:36 +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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user