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 fecd14a commit c992fa1Copy full SHA for c992fa1
packages/snippet-manager/src/snippet-manager.ts
@@ -9,7 +9,7 @@ import type { SnippetShellUserConfig, MongoshBus } from '@mongosh/types';
9
import escapeRegexp from 'escape-string-regexp';
10
import path from 'path';
11
import { promisify, isDeepStrictEqual } from 'util';
12
-import { Console, error } from 'console';
+import { Console } from 'console';
13
import { promises as fs } from 'fs';
14
import stream, { PassThrough } from 'stream';
15
import { once } from 'events';
0 commit comments