node-red/packages/node_modules/@node-red/runtime/lib
johnwang71 be828af3e2 Fix bug: Crash & quit while handling exception with undefine msg.error. i.e. flow with 3 nodes, http-in, delay 5-10s, http-out; client with 3s timeout request the flow; TypeError: Cannot read property 'hasOwnProperty' of undefined\r at Flow.handleError (/usr/src/node-red/node_modules/@node-red/runtime/lib/flows/Flow.js:474:27) 2020-12-14 18:18:50 +08:00
..
api Prevent needless retention of node status messages 2020-11-16 21:05:13 +00:00
flows Fix bug: Crash & quit while handling exception with undefine msg.error. i.e. flow with 3 nodes, http-in, delay 5-10s, http-out; client with 3s timeout request the flow; TypeError: Cannot read property 'hasOwnProperty' of undefined\r at Flow.handleError (/usr/src/node-red/node_modules/@node-red/runtime/lib/flows/Flow.js:474:27) 2020-12-14 18:18:50 +08:00
library Handle empty list of example flows 2019-05-28 11:21:53 +01:00
nodes Add better error message if context file gets corrupted 2020-10-06 15:42:52 +01:00
storage Library: properly handle symlinked folders 2020-11-25 21:08:43 +00:00
events.js Add flows:* events and deprecate nodes-* events 2020-09-29 16:29:10 +01:00
exec.js Add event log to editor 2018-10-18 23:49:47 +01:00
hooks.js Validate hook names when they are added 2020-09-29 16:28:52 +01:00
index.js Add RED.hooks engine 2020-09-29 12:19:27 +01:00
settings.js Clone settings before passing to storage layer 2020-09-28 10:40:03 +01:00