mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* change default mode of mainloop_abort_on_exception on multi-tk.rb
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4218 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a3dbb3c822
commit
12d3662b39
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ MultiTkIp_OK.freeze
|
|||
class MultiTkIp
|
||||
|
||||
# ignore exception on the mainloop
|
||||
TclTkLib.mainloop_abort_on_exception = false
|
||||
TclTkLib.mainloop_abort_on_exception = nil
|
||||
|
||||
######################################
|
||||
|
||||
|
|
Loading…
Reference in a new issue