From dae9f914c1ffcf1d5e1d43e2ba94139f02e4c0cd Mon Sep 17 00:00:00 2001 From: ocean Date: Fri, 30 Dec 2005 10:17:39 +0000 Subject: Sorry again, incorrent exception propagation. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9775 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/generator.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/generator.rb b/lib/generator.rb index 241987fab..03ff0962d 100644 --- a/lib/generator.rb +++ b/lib/generator.rb @@ -76,7 +76,7 @@ class Generator begin @block.call(self) rescue - @main_thread.raise + @main_thread.raise $! ensure @main_thread.wakeup end -- cgit