Skip to content

Commit a4400de

Browse files
authored
Clarify the unit of proc().call() 'timeout' parameter (#107)
Pull request: #107
1 parent 5f8196b commit a4400de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

os/src-jvm/ProcessOps.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ case class proc(command: Shellable*) {
4444
* @param stdout How the process's output stream is configured.
4545
* @param stderr How the process's error stream is configured.
4646
* @param mergeErrIntoOut merges the subprocess's stderr stream into it's stdout
47-
* @param timeout how long to wait for the subprocess to complete
47+
* @param timeout how long to wait in milliseconds for the subprocess to complete
4848
* @param check disable this to avoid throwing an exception if the subprocess
4949
* fails with a non-zero exit code
5050
* @param propagateEnv disable this to avoid passing in this parent process's

0 commit comments

Comments
 (0)