2
0
Nicolas Cannasse 19 жил өмнө
parent
commit
1b17223db0
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      std/neko/Lib.hx

+ 2 - 2
std/neko/Lib.hx

@@ -38,8 +38,8 @@ class Lib {
 		untyped __dollar__print(v,"\n");
 	}
 
-	public static function rethrow( e : Dynamic ) : Void {
-		untyped __dollar__rethrow(e);
+	public static function rethrow( e : Dynamic ) : Dynamic {
+		return untyped __dollar__rethrow(e);
 	}
 
 	public static function serialize( v : Dynamic ) : String {