Skip to content

Commit

Permalink
server: fix deno kill
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Aug 4, 2024
1 parent 149675c commit 0a6114c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions server/src/plugin/runtime/deno-worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ export class DenoWorker extends ChildProcessWorker {
this.setupWorker();
}

kill(): void {

}

setupRpcPeer(peer: RpcPeer): void {
this.worker.on('message', (message, sendHandle) => {
if ((message as any).type && sendHandle) {
Expand Down

0 comments on commit 0a6114c

Please sign in to comment.