Skip to content

Commit

Permalink
fixup! Fix Threads.@Spawn usage
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsamaroo committed Apr 1, 2020
1 parent 5c22976 commit 3775400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/processor.jl
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ end
Base.:(==)(proc1::OSProc, proc2::OSProc) = proc1.pid == proc2.pid
function iscompatible(proc::OSProc, opts, x)
for child in proc.children
if iscompatible(child, x)
if iscompatible(child, opts, x)
return true
end
end
Expand Down

0 comments on commit 3775400

Please sign in to comment.