Skip to content

Commit

Permalink
Merge branch 'v2.0.x' into v2.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Medicean committed Apr 16, 2019
2 parents 5c901ce + 39bb4fe commit 0c44bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/modules/terminal/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ class Terminal {
result += `${line[0]}\t\t\t${r}\n`;
}
});
term.echo(antSword.noxss(result));
term.echo(result);
term.resume();
}).catch((err) => {
term.resume();
Expand Down

0 comments on commit 0c44bbc

Please sign in to comment.