Skip to content

Commit 87e93a1

Browse files
author
Andy Hanson
committed
Fix remaining call to use unorderedRemoveItem
1 parent 6f7f1b6 commit 87e93a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ namespace ts.server {
267267
}
268268

269269
function removeFile(file: WatchedFile) {
270-
removeItem(file, watchedFiles);
270+
unorderedRemoveItem(file, watchedFiles);
271271
}
272272

273273
return {

0 commit comments

Comments
 (0)