method
abort_threads
v2_6_3 -
Show latest stable
- Class:
Bundler::Worker
abort_threads()private
No documentation available.
# File lib/bundler/worker.rb, line 78
def abort_threads
return unless @threads
Bundler.ui.debug("\n#{caller.join("\n")}")
@threads.each(&:exit)
exit 1
end