make linter happy

This commit is contained in:
Jörg Breitbart
2019-05-13 01:45:21 +02:00
parent 1a596f9608
commit 69411916cb
+1 -1
View File
@@ -155,7 +155,7 @@ function runRealTerminal(): void {
* the lines below. (Must also be switched in server.js)
*/
term.loadAddon(new AttachAddon(socket));
//term.loadAddon(new AttachAddon(socket, {inputUtf8: true}));
// term.loadAddon(new AttachAddon(socket, {inputUtf8: true}));
term._initialized = true;
}