Skip to content

Commit 24fa830

Browse files
authored
Revert pull to wrong branch, since GitHub failed at this
1 parent 628d2d1 commit 24fa830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transcrypt/modules/re/translate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ def translate(rgx):
314314
while True:
315315
nloop += 1
316316
if nloop > MAX_SHIFTREDUCE_LOOPS:
317-
raise Exception("Too many iterations in converting regex from Python to JavaScript")
317+
raise Exception()
318318

319319
stack, queue, flags, done = shiftReduce(stack, queue, namedGroups, flags)
320320
if done:

0 commit comments

Comments
 (0)