Nicolas Cannasse 18 anni fa
parent
commit
f05a49d93c
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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;
 	}