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 b53f5d9 commit a9b6ffdCopy full SHA for a9b6ffd
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 =>
+ Zone[NativeProcess] { implicit z =>
99
val envMap =
100
if (process.inheritEnv)
101
sys.env ++ process.extraEnv
0 commit comments