mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Fix another TS rename fail
This commit is contained in:
@@ -99,7 +99,7 @@ export class ExtHostFileSystemEventService extends ExtHostFileSystemEventService
|
||||
return new FileSystemWatcher(this._emitter.event, globPattern, ignoreCreateEvents, ignoreChangeEvents, ignoreDeleteEvents);
|
||||
}
|
||||
|
||||
_onFileEvent(events: FileSystemEvents) {
|
||||
$onFileEvent(events: FileSystemEvents) {
|
||||
this._emitter.fire(events);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user