diff --git a/src/Utils/errors.h b/src/Utils/errors.h index 6251e3a..3eb0a7c 100644 --- a/src/Utils/errors.h +++ b/src/Utils/errors.h @@ -173,6 +173,7 @@ public: resVal["line"] = line; resVal["group"] = group; resVal["value"] = std::string(value.begin(), value.end()); + resVal["type"] = (int)type; return resVal; }