We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e823862 commit 6d89db2Copy full SHA for 6d89db2
History.txt
@@ -1,3 +1,8 @@
1
+=== 2.4.1 / ??
2
+
3
+* N Bug Fixes
4
+ * Don't complain when exiting normally. Bug by Matt Neuburg.
5
6
=== 2.4.0 / 2009-02-24
7
8
* 9 Minor Enhancements
bin/rdoc
@@ -17,6 +17,8 @@ rescue Interrupt
17
$stderr.puts
18
$stderr.puts "Interrupted"
19
exit 1
20
+rescue SystemExit
21
+ raise
22
rescue Exception => e
23
if $DEBUG_RDOC then
24
$stderr.puts e.message
0 commit comments