fix missing result on module.add calls
This commit is contained in:
parent
22b26ccad7
commit
a027cf8d86
@ -71,6 +71,9 @@ public class RpcClient {
|
||||
list.add(resArray[idx]);
|
||||
}
|
||||
}
|
||||
if (execute instanceof Map) {
|
||||
list.add(execute);
|
||||
}
|
||||
return list;
|
||||
} catch (XmlRpcException e) {
|
||||
throw new JSCliException(e);
|
||||
|
Loading…
Reference in New Issue
Block a user