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 1c48798 commit 1ae5378Copy full SHA for 1ae5378
io/native/src/main/scala/fs2/io/process/ProcessesPlatform.scala
@@ -137,7 +137,7 @@ private[process] trait ProcessesCompanionPlatform extends Processesjvmnative {
137
if ((dir != null) && (dir.toString != ".")) {
138
val ret = chdir(toCString(dir.toString))
139
if (ret != 0)
140
- throw new IOException(s"Failed to to ${dir.toString}")
+ throw new IOException(s"Failed to chdir to ${dir.toString}")
141
}
142
143
0 commit comments