Correct space movement in lib/anemone/core.rb
parent
e67931950e
commit
9dec955f1a
|
@ -299,8 +299,8 @@ module Anemone
|
|||
# Kills all active threads
|
||||
#
|
||||
def shutdown
|
||||
@tentacles.each {|t| t.kill rescue nil }
|
||||
@pages = nil
|
||||
@tentacles.each {|t| t.kill rescue nil }
|
||||
@pages = nil
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue