Skip to content

Commit 12fa2cf

Browse files
authored
[TSCBasic] Make init public (#476)
This is mismatching the other init which is public.
1 parent 15fafa7 commit 12fa2cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/TSCBasic/Lock.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public final class FileLock {
7777
/// Create an instance of FileLock at the path specified
7878
///
7979
/// Note: The parent directory path should be a valid directory.
80-
internal init(at lockFile: AbsolutePath) {
80+
public init(at lockFile: AbsolutePath) {
8181
self.lockFile = lockFile
8282
}
8383

0 commit comments

Comments
 (0)