We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aac39c commit e2d07dcCopy full SHA for e2d07dc
base/process.jl
@@ -381,7 +381,7 @@ const SpawnIOs = Vector{Any} # convenience name for readability
381
h === C_NULL ? (0x00, UInt(0)) :
382
h isa OS_HANDLE ? (0x02, UInt(cconvert(@static(Sys.iswindows() ? Ptr{Cvoid} : Cint), h))) :
383
h isa Ptr{Cvoid} ? (0x04, UInt(h)) :
384
- error("invalid spawn handle $h from $io") #TODO use a real error type here
+ error("invalid spawn handle $h from $io")
385
end
386
for io in stdio]
387
handle = Libc.malloc(_sizeof_uv_process)
0 commit comments