Skip to content

Commit 133968c

Browse files
committed
cover up another error
1 parent e428ed6 commit 133968c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/editorServices.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2641,7 +2641,7 @@ namespace ts.server {
26412641
}
26422642

26432643
if (args.watchOptions) {
2644-
this.hostConfiguration.watchOptions = convertWatchOptions(args.watchOptions);
2644+
this.hostConfiguration.watchOptions = convertWatchOptions(args.watchOptions as any);
26452645
this.logger.info(`Host watch options changed to ${JSON.stringify(this.hostConfiguration.watchOptions)}, it will be take effect for next watches.`);
26462646
}
26472647
}

0 commit comments

Comments
 (0)