1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Update catch node help text

This commit is contained in:
Nick O'Leary 2015-08-19 21:14:54 +01:00
parent a6644ad5ff
commit d1ea689999

View File

@ -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>