chore: fix formatting

This commit is contained in:
Oleg Lobanov 2023-07-20 17:34:32 +02:00
parent b486cce51e
commit 23a2202803
No known key found for this signature in database

View File

@ -115,7 +115,7 @@ export default {
() => { () => {
results.text = results.text results.text = results.text
// eslint-disable-next-line no-control-regex // eslint-disable-next-line no-control-regex
.replace(/\u001b\[[0-9;]+m/g, '') // Filter ANSI color for now .replace(/\u001b\[[0-9;]+m/g, "") // Filter ANSI color for now
.trimEnd(); .trimEnd();
this.canInput = true; this.canInput = true;
this.$refs.input.focus(); this.$refs.input.focus();