Skip to content

Commit a9b6ffd

Browse files
committed
added type
1 parent b53f5d9 commit a9b6ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

io/native/src/main/scala/fs2/io/process/ProcessesPlatform.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ private[process] trait ProcessesCompanionPlatform extends ProcessesCompanionJvmN
9595
stdoutPipe: (Int, Int),
9696
stderrPipe: (Int, Int)
9797
): F[NativeProcess] = F.blocking {
98-
Zone { implicit z: Zone =>
98+
Zone[NativeProcess] { implicit z =>
9999
val envMap =
100100
if (process.inheritEnv)
101101
sys.env ++ process.extraEnv

0 commit comments

Comments
 (0)