Skip to content

Commit 7a9b567

Browse files
committed
fix: A TypeScript build error in the Deno bootstrapper
1 parent 6899c0f commit 7a9b567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deno/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,6 @@ function patchGlobalThis(send: (json: string) => void) {
141141
}
142142

143143
interface MessagePortData {
144-
port: MessagePort;
144+
port: MessagePortShim;
145145
recieveData: (data: any) => void;
146146
}

0 commit comments

Comments
 (0)