Skip to content

Commit c992fa1

Browse files
committed
fixup: lint
1 parent fecd14a commit c992fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/snippet-manager/src/snippet-manager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import type { SnippetShellUserConfig, MongoshBus } from '@mongosh/types';
99
import escapeRegexp from 'escape-string-regexp';
1010
import path from 'path';
1111
import { promisify, isDeepStrictEqual } from 'util';
12-
import { Console, error } from 'console';
12+
import { Console } from 'console';
1313
import { promises as fs } from 'fs';
1414
import stream, { PassThrough } from 'stream';
1515
import { once } from 'events';

0 commit comments

Comments
 (0)