|
@@ -1003,7 +1003,9 @@ void EditorNode::_fs_changed() {
|
|
|
if (err != OK) {
|
|
|
ERR_PRINT(export_error);
|
|
|
_exit_editor(EXIT_FAILURE);
|
|
|
- } else if (!export_error.is_empty()) {
|
|
|
+ return;
|
|
|
+ }
|
|
|
+ if (!export_error.is_empty()) {
|
|
|
WARN_PRINT(export_error);
|
|
|
}
|
|
|
_exit_editor(EXIT_SUCCESS);
|