hliang 1 год назад
Родитель
Сommit
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);
     }
 }