dubbo-node-client icon indicating copy to clipboard operation
dubbo-node-client copied to clipboard

getInvoker 少写了return

Open bigrats opened this issue 10 years ago • 1 comments

//----------------------------------------------------------------------------------------------- // 获取Invoker //----------------------------------------------------------------------------------------------- Registry.prototype.getInvoker = function (invokerDesc) { var descStr = invokerDesc.toString(); this.serviceMap[descStr]; };

是否应该增加return return this.serviceMap[descStr];

bigrats avatar Aug 07 '15 07:08 bigrats

感谢 :+1::+1:

binlaniua avatar Aug 07 '15 14:08 binlaniua