Skip to content

Commit

Permalink
fix symlink stats set
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgrammerIn-wonderland committed Nov 10, 2024
1 parent 171d398 commit 369a4a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/LocalFS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ class LocalFS extends AFSProvider<LocalFSStats> {
fileStats.mode = 41380;
fileStats.ctimeMs = Date.now();
fileStats.mtimeMs = Date.now();
this.stats.set(path, fileStats);
this.stats.set(fullPath, fileStats);
}

await this.promises.saveStats();
Expand Down

0 comments on commit 369a4a5

Please sign in to comment.