We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2751c5 commit a0d978cCopy full SHA for a0d978c
src/packages/frontend/frame-editors/terminal-editor/nats-terminal-connection.ts
@@ -243,7 +243,7 @@ export class NatsTerminalConnection extends EventEmitter {
243
private setReady = async () => {
244
// wait until after render loop of terminal before allowing writing,
245
// or we get corruption.
246
- await delay(250);
+ await delay(1);
247
this.setState("running");
248
this.emit("ready");
249
};
0 commit comments