Nicolas Cannasse %!s(int64=19) %!d(string=hai) anos
pai
achega
4ce4630858
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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