Merge pull request #2910 from est31/export_error_on_headless
Print errors to console when exporting
This commit is contained in:
@@ -3866,7 +3866,8 @@ bool EditorNode::_find_editing_changed_scene(Node *p_from) {
|
||||
|
||||
|
||||
void EditorNode::add_io_error(const String& p_error) {
|
||||
|
||||
CharString err_ut = p_error.utf8();
|
||||
ERR_PRINT(err_ut.get_data());
|
||||
_load_error_notify(singleton,p_error);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user