Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Geod24 committed Sep 22, 2024
1 parent 3d4ae0d commit 8a287ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/dub/internal/io/mockfs.d
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,7 @@ public class FSEntry

if (this.parent is null)
return NativePath(RootPath);
assert(!NativePath(this.name).absolute, this.name);
auto thisPath = this.parent.path ~ this.name;
thisPath.endsWithSlash = (this.attributes.type == Type.Directory);
return thisPath;
Expand Down

0 comments on commit 8a287ed

Please sign in to comment.