Skip to content

Commit 1323020

Browse files
committed
Fix Windows
1 parent 0012411 commit 1323020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/process.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function _uv_hook_close(proc::Process)
6969
nothing
7070
end
7171

72-
const SpawnIO = Union{IO, RawFD}
72+
const SpawnIO = Union{IO, OS_HANDLE}
7373
const SpawnIOs = Vector{SpawnIO} # convenience name for readability
7474

7575
function as_cpumask(cpus::Vector{UInt16})

0 commit comments

Comments
 (0)