Skip to content
Snippets Groups Projects
Commit e17515d3 authored by Ilya Verbin's avatar Ilya Verbin Committed by Vladimir Davydov
Browse files

console: handle internal.format_lua exceptions

Currently the call to internal.format_lua in format_lua_value is covered
by pcall only for `status == true`, however the opposite case also can
raise an exception. This patch adds the missed exception handling.

Part of #6781
Part of #6934

NO_DOC=bugfix
NO_CHANGELOG=minor bug
NO_TEST=not possible to trigger format_lua failure for !status
parent 69852e1f
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment