mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
update handling of invalid jsonata expression
This commit is contained in:
@@ -83,7 +83,8 @@
|
||||
"success": "Successfully injected: __label__",
|
||||
"errors": {
|
||||
"failed": "inject failed, see log for details",
|
||||
"toolong": "Interval too large"
|
||||
"toolong": "Interval too large",
|
||||
"invalid-expr": "Invalid JSONata expression: __error__"
|
||||
}
|
||||
},
|
||||
"catch": {
|
||||
|
Reference in New Issue
Block a user