dubbo-node-consumer-client
Advanced tools
Comparing version
@@ -45,4 +45,4 @@ var log4js = require('log4js'), | ||
funcName.forEach(function (name) { | ||
self[name] = function () { | ||
self._getLoger()[name].call(this, _.toArray(arguments)); | ||
self[name] = function (str) { | ||
self._getLoger()[name](str); | ||
} | ||
@@ -49,0 +49,0 @@ }); |
{ | ||
"name": "dubbo-node-consumer-client", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
75511
3.37%