Skip to content

Commit 009dbbd

Browse files
committed
chore: try to fix ci
1 parent 1ca88c7 commit 009dbbd

File tree

2 files changed

+89
-92
lines changed

2 files changed

+89
-92
lines changed

packages/core/src/node/host-docks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export class DevToolsDockHost implements DevToolsDockHostType {
99
public readonly context: DevToolsNodeContext,
1010
) {
1111
this._sendOnChange = debounce(() => {
12-
context.rpc.boardcast?.$callOptional('vite:core:list-dock-entries:updated')
12+
context.rpc?.boardcast?.$callOptional('vite:core:list-dock-entries:updated')
1313
}, 10)
1414
}
1515

0 commit comments

Comments
 (0)