Raising the limit on safari regex count

This commit is contained in:
Nate Stemen 2017-09-11 11:27:03 +01:00 committed by GitHub
parent 5430c8a3c2
commit 80c00b13f7

View file

@ -79,7 +79,7 @@ define [], () ->
# hacky solution: limit iterations
limit = null
if window?._ide?.browserIsSafari
limit = 100
limit = 5000
# fully formed commands
realCommands = []