소스 검색

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

Andy Li 11 년 전
부모
커밋
70e587b8c7
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