We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 204552c commit 8496e90Copy full SHA for 8496e90
json_config_file/json_properties/json_property.gd
@@ -336,7 +336,7 @@ func _get_file_path(file: String) -> String:
336
337
func _update_context(error_or_warning: Dictionary, context) -> void:
338
var _index_regex = RegEx.new()
339
- _index_regex.compile("^\\[([0-9]|[1-9]+[0-9]+)\\]$")
+ _index_regex.compile("^\\[([0-9]|[1-9]+[0-9]+)\\]")
340
341
if error_or_warning.has("context"):
342
if _index_regex.search(error_or_warning.context) == null:
0 commit comments