Skip to content

Commit 383fd74

Browse files
authored
Merge pull request #473 from roy232828/main
improving execution error handling
2 parents da2deca + b8da3ac commit 383fd74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/ExecutionMemoryFactory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export class ExecutionMemoryFactory {
6565

6666
// Initialize runner context
6767
const context = new NodeRunnerContext(node.id);
68-
context.status = withNodeExecutionErrorHandling(computer.run.bind(computer), node)({
68+
context.status = withNodeExecutionErrorHandling(computer.run, node)({
6969
input: inputDevice,
7070
output: outputDevice,
7171
params: this.makeParamsDevice(node, memory),

0 commit comments

Comments
 (0)