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 7149372 commit b53f5d9Copy full SHA for b53f5d9
io/native/src/main/scala/fs2/io/process/ProcessesPlatform.scala
@@ -95,7 +95,7 @@ private[process] trait ProcessesCompanionPlatform extends ProcessesCompanionJvmN
95
stdoutPipe: (Int, Int),
96
stderrPipe: (Int, Int)
97
): F[NativeProcess] = F.blocking {
98
- Zone { implicit z =>
+ Zone { implicit z: Zone =>
99
val envMap =
100
if (process.inheritEnv)
101
sys.env ++ process.extraEnv
0 commit comments