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 927b45d commit e60a343Copy full SHA for e60a343
src/modules/serial_console.js
@@ -164,13 +164,7 @@ export function serialConsole() {
164
if (action !== 'close') {
165
action = 'close';
166
displayTerminalConnectionStatus(null);
167
-
168
- // Solo-484
169
- // Send the message if the connection has not closed
170
- // This is actually closing the terminal session.
171
- if (clientService.activeConnection) {
172
- clientService.wsSendSerialTerminal(action, port, 'none');
173
- }
+ clientService.wsSendSerialTerminal(action, port, 'none');
174
}
175
logConsoleMessage(`Flushing the terminal buffer`);
176
// Flush the serial terminal buffer
0 commit comments