Commit 0c44bbc7 authored by Medicean's avatar Medicean

Merge branch 'v2.0.x' into v2.1.x

parents 5c901ce9 39bb4feb
...@@ -192,7 +192,7 @@ class Terminal { ...@@ -192,7 +192,7 @@ class Terminal {
result += `${line[0]}\t\t\t${r}\n`; result += `${line[0]}\t\t\t${r}\n`;
} }
}); });
term.echo(antSword.noxss(result)); term.echo(result);
term.resume(); term.resume();
}).catch((err) => { }).catch((err) => {
term.resume(); term.resume();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment