1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00
Simon Hailes bc283aa025 Catches bad objects being encoded, returning instead the error.
Symptom- Observed that global context would not display in front end, the call returning 400.
Traced to an object in global which cause encodeObject to except.
This push catches that, and now global will display, but the object in question display as an error.
2019-11-01 11:38:26 +00:00
..
2018-10-25 11:18:13 +01:00
2018-12-05 13:00:25 +00:00
2018-08-21 13:57:59 +01:00
2019-10-04 11:13:46 +01:00
2018-08-21 13:43:11 +01:00

@node-red/util

Node-RED utilities module.

This provides common utilities shared by the Node-RED components.

Source

The main Node-RED modules are maintained as a monorepo on GitHub.