Add explicit toString() call for HXML display
This commit is contained in:
@@ -461,7 +461,7 @@ class WindowsPlatform extends PlatformTarget
|
||||
}
|
||||
else
|
||||
{
|
||||
Sys.println(getDisplayHXML());
|
||||
Sys.println(getDisplayHXML().toString());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user