You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/compiler/sys.ts
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -752,16 +752,17 @@ namespace ts {
752
752
};
753
753
754
754
functionfileChanged(curr: any,prev: any){
755
+
// previous event kind check is to ensure we recongnize the file as previously also missing when it is restored or renamed twice (that is it disappears and reappears)
756
+
// In such case, prevTime returned is same as prev time of event when file was deleted as per node documentation
0 commit comments