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 15fafa7 commit 12fa2cfCopy full SHA for 12fa2cf
Sources/TSCBasic/Lock.swift
@@ -77,7 +77,7 @@ public final class FileLock {
77
/// Create an instance of FileLock at the path specified
78
///
79
/// Note: The parent directory path should be a valid directory.
80
- internal init(at lockFile: AbsolutePath) {
+ public init(at lockFile: AbsolutePath) {
81
self.lockFile = lockFile
82
}
83
0 commit comments