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

modules/vm: Fix redundancy in log message.

This commit is contained in:
Jason Volk 2018-12-10 18:54:58 -08:00
parent f1556f880e
commit ad449e3290

View file

@ -524,7 +524,7 @@ catch(const ctx::interrupted &e) // INTERRUPTION
return handle_error
(
*eval.opts, fault::INTERRUPT,
"eval %s #NMI (Interrupted): %s",
"eval %s #NMI: %s",
json::get<"event_id"_>(event)?: json::string{"<edu>"},
e.what()
);