Skip to content

Commit 4e8c41a

Browse files
authored
Update Sources/TSCBasic/Process.swift
1 parent ce44b82 commit 4e8c41a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/TSCBasic/Process.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ public final class Process: ObjectIdentifierProtocol {
232232
private let stateLock = Lock()
233233

234234
/// The result of the process execution. Available after process is terminated.
235-
/// This will block while the process is running, as such equivalent to `waitUntilExit`
235+
/// This will block while the process is awaiting result
236236
@available(*, deprecated, message: "use waitUntilExit instead")
237237
public var result: ProcessResult? {
238238
return self.stateLock.withLock {

0 commit comments

Comments
 (0)