0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2025-03-16 22:41:46 +01:00

ircd::json::stack: Add a throw point before array append.

This commit is contained in:
Jason Volk 2019-01-03 15:54:53 -08:00
parent 1cb3db6726
commit 23b8874dc8

View file

@ -790,6 +790,8 @@ ircd::json::stack::array::_pre_append()
{
if(vc)
s->append(","_sv);
s->rethrow_exception();
}
void