Skip to content

Commit 1004f16

Browse files
Change addWatcher listener to return void
1 parent c906e76 commit 1004f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/common/vscode/multi-file-system-watcher.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class WatcherCollection extends DisposableObject {
2020
*/
2121
public addWatcher(
2222
pattern: GlobPattern,
23-
listener: (e: Uri) => any,
23+
listener: (e: Uri) => void,
2424
thisArgs: any,
2525
): void {
2626
const watcher = workspace.createFileSystemWatcher(pattern);

0 commit comments

Comments
 (0)