Skip to content

Commit a5a0b75

Browse files
committed
Revert "abort() instead of brake for json::value_t::binary case as it should never happen"
This reverts commit 9ba22f7.
1 parent d1d0aaa commit a5a0b75

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

core/vm.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1711,9 +1711,8 @@ class Interpreter {
17111711
abort();
17121712
}
17131713

1714-
case json::value_t::binary: {
1715-
abort();
1716-
}
1714+
case json::value_t::binary:
1715+
break;
17171716
}
17181717
}
17191718

0 commit comments

Comments
 (0)