mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat: Add once for each item support for JS task runner (no-changelog) (#11109)
This commit is contained in:
@@ -114,7 +114,7 @@ export class AiTransform implements INodeType {
|
||||
context.items = context.$input.all();
|
||||
|
||||
const Sandbox = JavaScriptSandbox;
|
||||
const sandbox = new Sandbox(context, code, index, this.helpers);
|
||||
const sandbox = new Sandbox(context, code, this.helpers);
|
||||
sandbox.on(
|
||||
'output',
|
||||
workflowMode === 'manual'
|
||||
|
||||
Reference in New Issue
Block a user