Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit bbe2ecc

Browse files
Merge branch 'master' into fixes/symlinks-to-themselves-break-file-enumeration
2 parents ad8e37e + 951ffdb commit bbe2ecc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.vs/
22
.idea/
3+
.vscode/
34
packages/
45
_NCrunch_GitHub.Unity
56
*.user

src/GitHub.Api/Platform/DefaultEnvironment.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ public DefaultEnvironment()
4646
{
4747
LogPath = UserCachePath.Combine(logFile);
4848
}
49+
LogPath.EnsureParentDirectoryExists();
4950
}
5051

5152
public DefaultEnvironment(ICacheContainer cacheContainer) : this()

0 commit comments

Comments
 (0)