File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ import type {
33 ServiceProviderAbstractCursor ,
44} from '@mongosh/service-provider-core' ;
55import { ServiceProviderCore } from '@mongosh/service-provider-core' ;
6- import type { InspectOptions , inspect as _inspect } from 'util' ;
6+ import type { InspectOptions } from 'util' ;
7+ import { inspect } from 'util' ;
78import type { Document } from '@mongosh/service-provider-core' ;
89
910export class DeepInspectServiceProviderWrapper
@@ -223,8 +224,7 @@ function forwardedMethod<
223224function customDocumentInspect (
224225 this : Document ,
225226 depth : number ,
226- inspectOptions : InspectOptions ,
227- inspect : typeof _inspect
227+ inspectOptions : InspectOptions
228228) {
229229 const newInspectOptions = {
230230 ...inspectOptions ,
You can’t perform that action at this time.
0 commit comments