mirror of https://github.com/node-red/node-red.git
Update catch node help text
parent
a6644ad5ff
commit
d1ea689999
|
@ -56,6 +56,7 @@
|
|||
<li><code>message</code> : the error message</li>
|
||||
<li><code>source.id</code> : the id of the node that threw the error</li>
|
||||
<li><code>source.type</code> : the type of the node that threw the error</li>
|
||||
<li><code>source.name</code> : the name, if set, of the node that threw the error</li>
|
||||
</ul>
|
||||
</p>
|
||||
<p>If the message already had a <code>error</code> property, it is copied to <code>_error</code>.</p>
|
||||
|
|
Loading…
Reference in New Issue