missing semicolon

This commit is contained in:
2023-04-29 20:35:22 -06:00
parent 6e7c01448f
commit 473b8b36b3

View File

@@ -586,7 +586,7 @@ class Prelude {
* So don't use raw string literals in Kiss you want parsed and evaluated at runtime.
*/
public static function convertToHScript(kissStr:String):String {
var unsupportedMessage = "Can't convert Kiss to HScript on this target."
var unsupportedMessage = "Can't convert Kiss to HScript on this target.";
#if (!sys && !hxnodejs)
throw unsupportedMessage;