Skip to content

Commit e2d07dc

Browse files
committed
Remove todo about replacing invalid spawn handle erroor
1 parent 6aac39c commit e2d07dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/process.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ const SpawnIOs = Vector{Any} # convenience name for readability
381381
h === C_NULL ? (0x00, UInt(0)) :
382382
h isa OS_HANDLE ? (0x02, UInt(cconvert(@static(Sys.iswindows() ? Ptr{Cvoid} : Cint), h))) :
383383
h isa Ptr{Cvoid} ? (0x04, UInt(h)) :
384-
error("invalid spawn handle $h from $io") #TODO use a real error type here
384+
error("invalid spawn handle $h from $io")
385385
end
386386
for io in stdio]
387387
handle = Libc.malloc(_sizeof_uv_process)

0 commit comments

Comments
 (0)