Nicolas Cannasse 18 gadi atpakaļ
vecāks
revīzija
f05a49d93c
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      std/haxe/remoting/DelayedConnection.hx

+ 1 - 0
std/haxe/remoting/DelayedConnection.hx

@@ -35,6 +35,7 @@ class DelayedConnection extends AsyncConnection, implements Dynamic<DelayedConne
 
 	override function __resolve( field : String ) : AsyncConnection {
 		var d = new DelayedConnection(__data,__path.copy());
+		d.__error = __error;
 		d.__path.push(field);
 		return d;
 	}