diff --git a/nodes/core/core/80-function.html b/nodes/core/core/80-function.html index e406e9d16..13ef20db0 100644 --- a/nodes/core/core/80-function.html +++ b/nodes/core/core/80-function.html @@ -53,12 +53,14 @@
The Catch node can also be used to handle errors. To invoke a Catch node,
pass msg
as a second argument to node.error
:
node.error("Error",msg);-
In the function block, id and name of the node can be referenced using the following properties:
node.id
- id of the nodenode.name
- name of the nodeEnvironment variables can be accessed using env.get("MY_ENV_VAR")
.