Skip to content

Commit

Permalink
Update JsEnv.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jxhczhl authored Jan 12, 2024
1 parent fe8710b commit 3863ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resouces/JsEnv.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Hlclient.prototype.handlerRequest = function (requestJson) {

} catch (e) {
console.log("error: " + e);
_this.sendResult(action + e);
_this.sendResult(action , e);
}
}

Expand Down

0 comments on commit 3863ef5

Please sign in to comment.