FlowFuse / device-agent

An agent to run FlowFuse managed instances of Node-RED on devices
Apache License 2.0
15 stars 8 forks source link

Fix console.log(JSON) #219

Closed hardillb closed 8 months ago

hardillb commented 8 months ago

fixes #218

Description

If a node or a function node uses console.log() to output a JSON string then it would be parsed as a NR log message and break device logging in the UI

Related Issue(s)

218

Checklist

Labels