mirror of
				https://github.com/esiur/esiur-dart.git
				synced 2025-10-30 23:31:36 +00:00 
			
		
		
		
	Fix AsyncReply
This commit is contained in:
		| @@ -442,9 +442,9 @@ class TemplateGenerator { | ||||
|  | ||||
|       rt.writeln("var rt = AsyncReply<$rtTypeName>();"); | ||||
|       rt.writeln("internal_invoke(${f.index}, args)"); | ||||
|       rt.writeln(".then<dynamic>((x) => rt.trigger(x))"); | ||||
|       rt.writeln(".error((x) => rt.triggerError(x))"); | ||||
|       rt.writeln(".chunk((x) => rt.triggerChunk(x));"); | ||||
|       rt.writeln("..then((x) => rt.trigger(x))"); | ||||
|       rt.writeln("..error((x) => rt.triggerError(x))"); | ||||
|       rt.writeln("..chunk((x) => rt.triggerChunk(x));"); | ||||
|       rt.writeln("return rt; }"); | ||||
|     }); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user