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 415d6f8 commit 5603c37Copy full SHA for 5603c37
Sources/TSCBasic/Lock.swift
@@ -85,7 +85,7 @@ public final class FileLock {
85
)
86
})
87
if h == INVALID_HANDLE_VALUE {
88
- throw FileSystemError(errno: Int32(GetLastError()))
+ throw FileSystemError(errno: Int32(GetLastError()), lockFile)
89
}
90
self.handle = h
91
0 commit comments