Commit 39bb4feb authored by Medicean's avatar Medicean

(Fix:Terminal) 修正 aslistcmd 二次转义问题

parent cea2919f
......@@ -193,7 +193,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();
......
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