Skip to content

Commit d31e684

Browse files
committed
Merge pull request #17 from mystdeim/master
fix #16
2 parents c684d21 + 8d524d4 commit d31e684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ruby-debug-ide/command.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def commands
2424
@commands ||= []
2525
end
2626

27-
DEF_OPTIONS = {
27+
DEF_OPTIONS ||= {
2828
:event => true,
2929
:control => false,
3030
:unknown => false,

0 commit comments

Comments
 (0)