Skip to content

Commit 99a8880

Browse files
committed
- add 1025 runtime error
1 parent ed7ef6c commit 99a8880

4 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
- add 1024 `limited by throttling`
66
- add 998 `skipped`
7+
- add 1025 `runtime error`
8+
79

810
## v1.1.5
911

dist/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
1021: "email not verified",
2929
1022: "missing dependency",
3030
1023: "lderror testing",
31-
1024: "limited by throttling"
31+
1024: "limited by throttling",
32+
1025: "runtime error"
3233
};
3334
lderror = function(opt, id){
3435
opt == null && (opt = "");

dist/index.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lde.ls

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ idmap = do
2828
1022: "missing dependency"
2929
1023: "lderror testing"
3030
1024: "limited by throttling"
31+
1025: "runtime error"
3132

3233
lderror = (opt="", id = 0) ->
3334
if !(@ instanceof lderror) => return new lderror(opt, id)

0 commit comments

Comments
 (0)