Skip to content

Commit f9e2d5f

Browse files
committed
Fix #803 (#846)
1 parent ed8adba commit f9e2d5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Connection.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ export default class Connection {
7676
setRole(role: string, enabled: boolean): Connection;
7777
status: string;
7878
buildRequestObject(params: any): http.ClientRequestArgs;
79+
// @ts-ignore
7980
[inspect.custom](object: any, options: InspectOptions): string;
8081
}
8182

0 commit comments

Comments
 (0)