Skip to content

Commit

Permalink
fix(terminal): terminal output before terminal ready
Browse files Browse the repository at this point in the history
  • Loading branch information
Izak88 authored and jkuri committed Nov 14, 2017
1 parent 84535c1 commit c18a814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/app-terminal/app-terminal.component.ts
Expand Up @@ -92,7 +92,7 @@ export class AppTerminalComponent implements OnInit {
if (this.options.newline) {
this.hterm.io.println(data);
} else {
this.hterm.io.writeUTF8(this.data);
this.hterm.io.writeUTF8(data);
}

if (this.hterm.keyboard.terminal
Expand Down

0 comments on commit c18a814

Please sign in to comment.