n8n/packages/workflow/src
Jan 4946bfcd3e
Add functionality to send console.log messages to editor-UI (#1816)
*  Send console.log messages to editor-UI

*  Send message only to session which started workflow

*  Made it also work in own process

*  Add support for console.log UI forward also to FunctionItem Node

* 👕 Fix lint issue

* 👕 Fix linting issue

*  Improve code

Co-authored-by: Iván Ovejero <ivov.src@gmail.com>

Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
2021-05-29 13:41:25 -05:00
..
Expression.ts Make it possible to read sibling parameter 2021-05-14 18:16:48 -05:00
index.ts Added logging to n8n (#1381) 2021-05-01 22:43:01 -05:00
Interfaces.ts Add functionality to send console.log messages to editor-UI (#1816) 2021-05-29 13:41:25 -05:00
LoggerProxy.ts Added logging to n8n (#1381) 2021-05-01 22:43:01 -05:00
NodeErrors.ts Improve node error handling (#1309) 2021-04-16 18:33:36 +02:00
NodeHelpers.ts 🐛 Fix issue that it sets default values correctly for multipleValues 2021-05-19 19:26:29 -05:00
ObservableObject.ts 🐛 Fix bug with null in ObservableObject 2020-12-28 19:18:16 +01:00
Workflow.ts Improve node error handling (#1309) 2021-04-16 18:33:36 +02:00
WorkflowDataProxy.ts Change used symbol for sibling parameter 2021-05-14 18:20:21 -05:00
WorkflowErrors.ts Improve node error handling (#1309) 2021-04-16 18:33:36 +02:00
WorkflowHooks.ts Catch workflowExecuteAfter hook (#1189) 2020-11-19 10:14:43 +01:00