Browse Source

Update JsEnv.js

hliang 1 year ago
parent
commit
3863ef5c95
1 changed files with 1 additions and 1 deletions
  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);
     }
 }