debugger is false by default
This commit is contained in:
parent
7a81802b8c
commit
3d897a7665
|
@ -14,7 +14,7 @@ module Guard
|
|||
:force_run => false,
|
||||
:timeout => 20,
|
||||
:server => nil,
|
||||
:debugger => nil
|
||||
:debugger => false
|
||||
}
|
||||
|
||||
def initialize(watchers = [], options = {})
|
||||
|
|
Loading…
Reference in New Issue