We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ebb2e8 commit abdd2ffCopy full SHA for abdd2ff
nodes/YepCode/actions/runCode.operation.ts
@@ -171,7 +171,7 @@ export async function execute(this: IExecuteFunctions): Promise<INodeExecutionDa
171
};
172
173
const nodeMode = this.getNodeParameter('mode', 0) as CodeExecutionMode;
174
- let addN8nContext = false;
+ let addN8nContext = true;
175
const showAdvanced = this.getNodeParameter('showAdvancedForRunCode', 0) as boolean;
176
if (showAdvanced) {
177
options.language = this.getNodeParameter('language', 0) as string;
0 commit comments