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 5f8196b commit a4400deCopy full SHA for a4400de
os/src-jvm/ProcessOps.scala
@@ -44,7 +44,7 @@ case class proc(command: Shellable*) {
44
* @param stdout How the process's output stream is configured.
45
* @param stderr How the process's error stream is configured.
46
* @param mergeErrIntoOut merges the subprocess's stderr stream into it's stdout
47
- * @param timeout how long to wait for the subprocess to complete
+ * @param timeout how long to wait in milliseconds for the subprocess to complete
48
* @param check disable this to avoid throwing an exception if the subprocess
49
* fails with a non-zero exit code
50
* @param propagateEnv disable this to avoid passing in this parent process's
0 commit comments