1
0
Fork 0
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:
nagai 2003-07-29 15:45:51 +00:00
parent a3dbb3c822
commit 12d3662b39

View file

@ -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
######################################