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

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