Skip to content

Commit d16c55a

Browse files
committed
add break at AFL_LOOP mode
1 parent d7f2872 commit d16c55a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/d8.cc

+1
Original file line numberDiff line numberDiff line change
@@ -1546,6 +1546,7 @@ void SourceGroup::Execute(Isolate* isolate) {
15461546
exception_was_thrown = true;
15471547
break;
15481548
}
1549+
break;
15491550
}
15501551
if (exception_was_thrown != Shell::options.expected_to_throw) {
15511552
Shell::Exit(1);

0 commit comments

Comments
 (0)