aboutsummaryrefslogtreecommitdiff
path: root/src/listeners/other
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-03-14 20:44:16 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-03-14 20:44:16 -0400
commit6c9710cb76347b79a2463ec0ca5bde59177b531f (patch)
treef6b00aa2af9b84ca2e99c3699145fe5475a27cf9 /src/listeners/other
parent59a4eb09916ad7c9e6cd8ea8b4d3a72189c284ce (diff)
downloadtanzanite-6c9710cb76347b79a2463ec0ca5bde59177b531f.tar.gz
tanzanite-6c9710cb76347b79a2463ec0ca5bde59177b531f.tar.bz2
tanzanite-6c9710cb76347b79a2463ec0ca5bde59177b531f.zip
feat(logging): over complicated repl
Diffstat (limited to 'src/listeners/other')
-rw-r--r--src/listeners/other/consoleListener.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/listeners/other/consoleListener.ts b/src/listeners/other/consoleListener.ts
index 46f869f..15461f2 100644
--- a/src/listeners/other/consoleListener.ts
+++ b/src/listeners/other/consoleListener.ts
@@ -2,7 +2,8 @@ import { BushListener } from '#lib';
import { exec } from 'child_process';
import { promisify } from 'util';
-export default class ConsoleListener extends BushListener {
+// eslint-disable-next-line @typescript-eslint/no-unused-vars
+/* export default */ class ConsoleListener extends BushListener {
public constructor() {
super('console', {
emitter: 'stdin',