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.
2 parents da2deca + b8da3ac commit 383fd74Copy full SHA for 383fd74
packages/core/src/ExecutionMemoryFactory.ts
@@ -65,7 +65,7 @@ export class ExecutionMemoryFactory {
65
66
// Initialize runner context
67
const context = new NodeRunnerContext(node.id);
68
- context.status = withNodeExecutionErrorHandling(computer.run.bind(computer), node)({
+ context.status = withNodeExecutionErrorHandling(computer.run, node)({
69
input: inputDevice,
70
output: outputDevice,
71
params: this.makeParamsDevice(node, memory),
0 commit comments