mirror of
https://github.com/matrix-construct/construct
synced 2024-12-25 23:14:13 +01:00
ircd::json::stack: Add a throw point before array append.
This commit is contained in:
parent
1cb3db6726
commit
23b8874dc8
1 changed files with 2 additions and 0 deletions
|
@ -790,6 +790,8 @@ ircd::json::stack::array::_pre_append()
|
|||
{
|
||||
if(vc)
|
||||
s->append(","_sv);
|
||||
|
||||
s->rethrow_exception();
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue