Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
[WEEX-668][Android] errorCode type edit (-2013 is a js exception) (#1814
Browse files Browse the repository at this point in the history
)
  • Loading branch information
lucky-chen authored and YorkShen committed Nov 26, 2018
1 parent 12e605f commit 6e5d3bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public enum WXErrorCode {
/**
* Failure for executing JavaScript function.
*/
WX_ERR_JS_EXECUTE("-2013", "JavaScript execute error!",ErrorType.NATIVE_ERROR,ErrorGroup.NATIVE),
WX_ERR_JS_EXECUTE("-2013", "JavaScript execute error!",ErrorType.JS_ERROR,ErrorGroup.JS),


/*
Expand Down

0 comments on commit 6e5d3bf

Please sign in to comment.