Skip to content

Commit

Permalink
del parentHeader in last sendWorkerMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
higoo-higoo committed Nov 26, 2024
1 parent 50e3794 commit 9f10f8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/pyodide-kernel/src/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,6 @@ export class PyodideRemoteKernel {
}

this._sendWorkerMessage({
parentHeader: this.formatResult(this._kernel._parent_header)['header'],
type: 'execute_return',
});

Expand Down

0 comments on commit 9f10f8b

Please sign in to comment.