Skip to content

Commit 83a88a1

Browse files
feat: update error databases
PR-URL: #2685 Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> Co-authored-by: Philipp Burckhardt <pburckhardt@outlook.com> Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent 3264c24 commit 83a88a1

File tree

6 files changed

+16
-3
lines changed

6 files changed

+16
-3
lines changed

lib/node_modules/@stdlib/error/tools/database/data/data.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -996,3 +996,4 @@
996996
"G3","invalid argument. Tenth argument must be non-zero. Value: `%d`.","RangeError"
997997
"G4","invalid argument. Fourth argument must be greater than or equal to max(1,%d). Value: `%d`.","RangeError"
998998
"G5","invalid argument. First argument must be a string or an array of strings. Value: `%s`.","TypeError"
999+
"G6","invalid option. `%s` option must be a valid mode. Option: `%s`.","TypeError"

lib/node_modules/@stdlib/error/tools/database/data/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

lib/node_modules/@stdlib/error/tools/id2pkg/data/data.csv

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2309,6 +2309,8 @@
23092309
"0ON",@stdlib/fs-resolve-parent-path-by
23102310
"0OO",@stdlib/fs/resolve-parent-path
23112311
"0OP",@stdlib/fs-resolve-parent-path
2312+
"1yS",@stdlib/fs/resolve-parent-paths
2313+
"1yT",@stdlib/fs-resolve-parent-paths
23122314
"0OQ",@stdlib/fs/unlink
23132315
"0OR",@stdlib/fs-unlink
23142316
"0OS",@stdlib/fs/write-file
@@ -2332,6 +2334,8 @@
23322334
"0Of",@stdlib/iter-counter
23332335
"1xS",@stdlib/iter/cuany
23342336
"1xT",@stdlib/iter-cuany
2337+
"1yU",@stdlib/iter/cusome
2338+
"1yV",@stdlib/iter-cusome
23352339
"0Og",@stdlib/iter/datespace
23362340
"0Oh",@stdlib/iter-datespace
23372341
"0Oi",@stdlib/iter/dedupe-by
@@ -3824,6 +3828,8 @@
38243828
"1l5",@stdlib/ndarray-base-fliplr
38253829
"1l6",@stdlib/ndarray/base/flipud
38263830
"1l7",@stdlib/ndarray-base-flipud
3831+
"1yW",@stdlib/ndarray/base/for-each
3832+
"1yX",@stdlib/ndarray-base-for-each
38273833
"0ig",@stdlib/ndarray/base/from-scalar
38283834
"0ih",@stdlib/ndarray-base-from-scalar
38293835
"0ii",@stdlib/ndarray/base/function-object

lib/node_modules/@stdlib/error/tools/id2pkg/data/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

lib/node_modules/@stdlib/error/tools/pkg2id/data/data.csv

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7545,3 +7545,9 @@
75457545
"@stdlib/constants-float64-max-safe-nth-factorial",1yP
75467546
"@stdlib/math/base/special/fmod",1yQ
75477547
"@stdlib/math-base-special-fmod",1yR
7548+
"@stdlib/fs/resolve-parent-paths",1yS
7549+
"@stdlib/fs-resolve-parent-paths",1yT
7550+
"@stdlib/iter/cusome",1yU
7551+
"@stdlib/iter-cusome",1yV
7552+
"@stdlib/ndarray/base/for-each",1yW
7553+
"@stdlib/ndarray-base-for-each",1yX

lib/node_modules/@stdlib/error/tools/pkg2id/data/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)