2
0
Эх сурвалжийг харах

Merge pull request #2428 from andyli/flash8_fdb

Made flash8.Boot.__string_rec public
Nicolas Cannasse 11 жил өмнө
parent
commit
5a3ffd48be
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      std/flash8/Boot.hx

+ 1 - 1
std/flash8/Boot.hx

@@ -27,7 +27,7 @@ class Boot {
 	private static var def_color = 0;
 	private static var exception = null;
 
-	private static function __string_rec(o : Dynamic,s : String) {
+	public static function __string_rec(o : Dynamic,s : String) {
 		untyped {
 			if( s.length >= 20 )
 				return "<...>"; // too much deep recursion