Browse Source

Made flash8.Boot.__string_rec public, since it is used by Log when -D fdb.

Andy Li 11 years ago
parent
commit
70e587b8c7
1 changed files with 1 additions and 1 deletions
  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