mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 08:50:06 +02:00
no output
This commit is contained in:
parent
73cead0ae8
commit
13e7385bad
4 changed files with 42 additions and 21 deletions
|
@ -300,7 +300,7 @@ var Level = Sandbox.extend({
|
|||
},
|
||||
|
||||
testOption: function(option) {
|
||||
return this.options.command && RegExp('--' + option).test(this.options.command.get('rawStr'));
|
||||
return this.options.command && new RegExp('--' + option).test(this.options.command.get('rawStr'));
|
||||
},
|
||||
|
||||
levelSolved: function(defer) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue