You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Don't synchronize scripts with errors
This commit is contained in:
@@ -177,7 +177,7 @@ bool GDScriptLanguage::validate(const String &p_script, const String &p_path, Li
|
||||
}
|
||||
}
|
||||
return false;
|
||||
} else {
|
||||
} else if (r_functions) {
|
||||
const GDScriptParser::ClassNode *cl = parser.get_tree();
|
||||
HashMap<int, String> funcs;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user