Skip to content

Commit f368baa

Browse files
committed
Actually initialize the messageQueue
1 parent 4de246c commit f368baa

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/components/Preview/DevTools/Terminal

1 file changed

+1
-1
lines changed

packages/app/src/app/components/Preview/DevTools/Terminal/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class DevToolTerminal extends React.Component<
3232
};
3333

3434
term: TerminalWithFit;
35-
messageQueue: any[];
35+
messageQueue: any[] = [];
3636
listener: () => void;
3737
node?: HTMLElement;
3838
timeout?: number;

0 commit comments

Comments
 (0)