Skip to content

Commit 6d89db2

Browse files
committed
Don't complain on normal exit
1 parent e823862 commit 6d89db2

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

History.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
=== 2.4.0 / 2009-02-24
27

38
* 9 Minor Enhancements

bin/rdoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ rescue Interrupt
1717
$stderr.puts
1818
$stderr.puts "Interrupted"
1919
exit 1
20+
rescue SystemExit
21+
raise
2022
rescue Exception => e
2123
if $DEBUG_RDOC then
2224
$stderr.puts e.message

0 commit comments

Comments
 (0)