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

+ 1 - 1
std/haxe/Template.hx

@@ -350,7 +350,7 @@ class Template {
 			} catch( e : Dynamic ) {
 				var msg = "Macro call "+m+" failed ("+Std.string(e)+")";
 				#if neko
-				untyped __dollar__rethrow(msg);
+				neko.Lib.rethrow(msg);
 				#else true
 				throw msg;
 				#end