fix(shell/server): ignore exceptions during reparsing
This commit is contained in:
parent
47264ef6fd
commit
88adce1ec3
1 changed files with 1 additions and 1 deletions
|
|
@ -415,7 +415,7 @@ public:
|
|||
}
|
||||
|
||||
j["record"] = record;
|
||||
} catch (break_at_pos_exception & e) {}
|
||||
} catch (throwable & ex) {}
|
||||
}
|
||||
|
||||
m_server->send_msg(cmd_res(m_seq_num, j));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue