mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-07 03:10:00 +00:00
improve OS.get_name classref, misc/scripts fixes, remove trailing quote
This commit is contained in:
@@ -1493,7 +1493,7 @@ GDScriptTokenizer::Token GDScriptTokenizer::scan() {
|
||||
}
|
||||
|
||||
default:
|
||||
return make_error(vformat(R"(Unknown character "%s".")", String(&c, 1)));
|
||||
return make_error(vformat(R"(Unknown character "%s".)", String(&c, 1)));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user