Skip to content

Commit 25f179c

Browse files
Use unknown in QLDebugSession.customRequest
1 parent e7adfdc commit 25f179c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/debugger/debug-session.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ export class QLDebugSession extends LoggingDebugSession implements Disposable {
504504
protected customRequest(
505505
command: string,
506506
response: CodeQLProtocol.Response,
507-
args: any,
507+
args: unknown,
508508
request?: Protocol.Request,
509509
): void {
510510
switch (command) {

0 commit comments

Comments
 (0)