Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Commit 2dace0b

Browse files
committed
🐛 Fix extraTTYs implementation
1 parent 2d23d2a commit 2dace0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/_boot.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ app.on('ready', () => {
221221
term.onopened = () => {
222222
signale.success(`TTY ${port} connected to frontend`);
223223
};
224+
term.onresized = () => {};
224225
term.ondisconnected = () => {
225226
term.onclosed = () => {};
226227
term.close();
@@ -229,6 +230,7 @@ app.on('ready', () => {
229230
};
230231

231232
extraTtys[port] = term;
233+
e.sender.send("ttyspawn-reply", "SUCCESS: "+port);
232234
}
233235
});
234236
});

0 commit comments

Comments
 (0)