1
0
hliang 1 жил өмнө
parent
commit
3863ef5c95
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      resouces/JsEnv.js

+ 1 - 1
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);
     }
 }