We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02106ea commit 6b3b9e8Copy full SHA for 6b3b9e8
1 file changed
index.ts
@@ -8,10 +8,6 @@ import chokidar from 'chokidar';
8
import { AsyncQueue } from '@sapphire/async-queue';
9
10
11
-console.log = (...args) => {
12
- process.stdout.write(args.join(" ") + "\n");
13
-};
14
-
15
const processFrontendMessagesQueue = new AsyncQueue();
16
17
const SLAVIC_PLURAL_EXAMPLES = {
0 commit comments