From d1ea6899991857ee3187e27d81ea4ebbe567d2b0 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Wed, 19 Aug 2015 21:14:54 +0100 Subject: [PATCH] Update catch node help text --- nodes/core/core/25-catch.html | 1 + 1 file changed, 1 insertion(+) diff --git a/nodes/core/core/25-catch.html b/nodes/core/core/25-catch.html index 9b60c5e90..bc112ffdb 100644 --- a/nodes/core/core/25-catch.html +++ b/nodes/core/core/25-catch.html @@ -56,6 +56,7 @@
  • message : the error message
  • source.id : the id of the node that threw the error
  • source.type : the type of the node that threw the error
  • +
  • source.name : the name, if set, of the node that threw the error
  • If the message already had a error property, it is copied to _error.