We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2e6bfd commit e6b89f3Copy full SHA for e6b89f3
src/main/components/PlaygroundTerminal.tsx
@@ -113,10 +113,6 @@ export const PlaygroundTerminal: React.FC<PlaygroundTerminalProps> = ({
113
}
114
});
115
116
- const d = await client.parse('A = "1"');
117
- console.error(d);
118
- console.error(await d.getVar("A"));
119
-
120
term.setPrompt(prompt ?? PS1);
121
term.freeze(false);
122
};
0 commit comments