diff --git a/frontend/src/components/Shell.vue b/frontend/src/components/Shell.vue index ab04dc67..dd5bf319 100644 --- a/frontend/src/components/Shell.vue +++ b/frontend/src/components/Shell.vue @@ -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();