Skip to content

Commit

Permalink
FUCK
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgrammerIn-wonderland committed Nov 15, 2024
1 parent 587ef3b commit 7c6b5c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/api/LocalFS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,8 @@ class LocalFS extends AFSProvider<LocalFSStats> {
// Needed for v86

mode -= mode & 0o170000;
} else if (!sym) {
}
if (!sym) {
if (type === "FILE") {
currStats.mode = 0o100000 + mode;
}
Expand Down

0 comments on commit 7c6b5c7

Please sign in to comment.