Skip to content

Commit

Permalink
fix undefined method value for nil error on jruby and rbx
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinLove committed Aug 11, 2012
1 parent 9d93f42 commit bf11117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/celluloid.rb
Expand Up @@ -54,7 +54,7 @@ def shutdown
actor.future(:terminate)
rescue DeadActorError, MailboxError
end
end
end.compact

terminators.each do |terminator|
begin
Expand Down

0 comments on commit bf11117

Please sign in to comment.