Nicolas Cannasse 17 年之前
父節點
當前提交
6a79caeda8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/unit/Test.hx

+ 1 - 1
tests/unit/Test.hx

@@ -177,7 +177,7 @@ class Test {
 			}
 			asyncWaits.remove(null);
 			checkDone();
-		} catch( e : Int ) {
+		} catch( e : Dynamic ) {
 			asyncWaits.remove(null);
 			var msg = "???";
 			var stack = haxe.Stack.toString(haxe.Stack.exceptionStack());