Raising the limit on safari regex count
This commit is contained in:
+1
-1
@@ -79,7 +79,7 @@ define [], () ->
|
||||
# hacky solution: limit iterations
|
||||
limit = null
|
||||
if window?._ide?.browserIsSafari
|
||||
limit = 100
|
||||
limit = 5000
|
||||
|
||||
# fully formed commands
|
||||
realCommands = []
|
||||
|
||||
Reference in New Issue
Block a user