Send request of HTTP Request node to browser console when testing

This commit is contained in:
Jan Oberhauser
2021-06-12 20:22:55 +02:00
parent 21633b0c5a
commit 1d850da9fb
5 changed files with 17 additions and 5 deletions

View File

@@ -749,7 +749,7 @@ export function getExecuteFunctions(workflow: Workflow, runExecutionData: IRunEx
return workflow.getStaticData(type, node);
},
prepareOutputData: NodeHelpers.prepareOutputData,
sendMessageToUI(message: string): void {
sendMessageToUI(message: any): void { // tslint:disable-line:no-any
if (mode !== 'manual') {
return;
}