Change addWatcher listener to return void
This commit is contained in:
Родитель
c906e76214
Коммит
1004f16b10
|
@ -20,7 +20,7 @@ class WatcherCollection extends DisposableObject {
|
|||
*/
|
||||
public addWatcher(
|
||||
pattern: GlobPattern,
|
||||
listener: (e: Uri) => any,
|
||||
listener: (e: Uri) => void,
|
||||
thisArgs: any,
|
||||
): void {
|
||||
const watcher = workspace.createFileSystemWatcher(pattern);
|
||||
|
|
Загрузка…
Ссылка в новой задаче