mirror of
				https://github.com/godotengine/godot.git
				synced 2025-11-03 23:21:15 +00:00 
			
		
		
		
	
							parent
							
								
									bfdac951e3
								
							
						
					
					
						commit
						51bfda9446
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
					@ -995,7 +995,9 @@ void EditorNode::_fs_changed() {
 | 
				
			||||||
		if (err != OK) {
 | 
							if (err != OK) {
 | 
				
			||||||
			ERR_PRINT(export_error);
 | 
								ERR_PRINT(export_error);
 | 
				
			||||||
			_exit_editor(EXIT_FAILURE);
 | 
								_exit_editor(EXIT_FAILURE);
 | 
				
			||||||
		} else if (!export_error.is_empty()) {
 | 
								return;
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							if (!export_error.is_empty()) {
 | 
				
			||||||
			WARN_PRINT(export_error);
 | 
								WARN_PRINT(export_error);
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		_exit_editor(EXIT_SUCCESS);
 | 
							_exit_editor(EXIT_SUCCESS);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue