diff --git a/resouces/JsEnv.js b/resouces/JsEnv.js index 6b8b1a0..9c00219 100644 --- a/resouces/JsEnv.js +++ b/resouces/JsEnv.js @@ -109,7 +109,7 @@ Hlclient.prototype.handlerRequest = function (requestJson) { } catch (e) { console.log("error: " + e); - _this.sendResult(action + e); + _this.sendResult(action , e); } }