We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8a7417 commit 955a226Copy full SHA for 955a226
packages/typescript/lib/protocol/createSys.ts
@@ -180,7 +180,7 @@ export function createSys(
180
file.requestedStat = true;
181
handleStat(fileName, file);
182
}
183
- return file.stat ? new Date(file.stat.mtime) : new Date(0);
+ return file.stat ? new Date(file.stat.mtime) : new Date(-1);
184
185
186
function fileExists(fileName: string): boolean {
0 commit comments