fix regression that broke json output (#581)

This commit is contained in:
Michael Ducy
2019-04-16 13:26:21 -07:00
committed by GitHub
parent 0e31ae5bad
commit acb582af15

View File

@@ -180,6 +180,8 @@ int falco_formats::format_event (lua_State *ls)
{
json_line.erase(0, 1);
}
s_inspector->set_buffer_format(sinsp_evt::PF_NORMAL);
}
}
catch (sinsp_exception& e)