Skip to content

Commit ea8709f

Browse files
committed
chore: fix ci
1 parent 2c19392 commit ea8709f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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)