Otherwise, errors will not be shown to end-users, which makes debugging long evals pretty much impossible.
(cherry picked from commit 76299b9174d7cba06427220166dc4707b43d407d)
KFP5NRCZKWI7ZASUOAYBW3WNSOG4P26GAMHIRRBE26BKOCZSTGKAC
VUYJ47EV5POBIZXKE37GNTS2OBHT7VDQLG7T7VAOMXBFXB2GWRGAC
NQPGIRXXVS356MRCPVTV4LCCMUEOVHGCQGXJNPJTSK6HGLYZJKEQC
// Transmits the error we got from the previous evaluation // in the JSON output.
// Transmits the error we got from the previous evaluation
// in the JSON output.
// Don't forget to print it into the STDERR log, this is // what's shown in the Hydra UI. printError("error: %s", reply["error"]);
// Don't forget to print it into the STDERR log, this is
// what's shown in the Hydra UI.
printError("error: %s", reply["error"]);
// Don't forget to print it into the STDERR log, this is // what's shown in the Hydra UI. printError("error: %s", err["error"]);
printError("error: %s", err["error"]);