Skip to content

Commit

Permalink
fix: test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaaaash committed Jan 21, 2025
1 parent e727e4d commit a958b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/file-service/src/node/watcher-process-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export class WatcherProcessManagerImpl implements IWatcherProcessManager {

async watch(
uri: UriComponents,
options?: { excludes?: string[]; recursive?: boolean; pollingWatch: boolean },
options?: { excludes?: string[]; recursive?: boolean; pollingWatch?: boolean },
): Promise<number> {
this.logger.log('Wait for watcher process ready...');
await this._whenReadyDeferred.promise;
Expand Down

0 comments on commit a958b17

Please sign in to comment.