@genroc/eval-node 0.0.0-edge.6427a2d → 0.0.0-edge.68c4e29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -169,7 +169,7 @@ no retry policy to write.
|
|
|
169
169
|
|
|
170
170
|
- id: script_failed
|
|
171
171
|
switch:
|
|
172
|
-
- case: '
|
|
172
|
+
- case: 'error.data.name == "LimitExceeded"'
|
|
173
173
|
raise: { code: limit_exceeded, message: "the script rejected the amount" }
|
|
174
174
|
- raise: { code: script_failed, message: "the script failed" }
|
|
175
175
|
```
|