Skip to content

Commit b53f5d9

Browse files
committed
added type
1 parent 7149372 commit b53f5d9

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 =>
98+
Zone { implicit z: Zone =>
9999
val envMap =
100100
if (process.inheritEnv)
101101
sys.env ++ process.extraEnv

0 commit comments

Comments
 (0)