diff --git a/src/json.hpp b/src/json.hpp index 247738237..6d471e47d 100644 --- a/src/json.hpp +++ b/src/json.hpp @@ -95,7 +95,7 @@ SOFTWARE. #define JSON_TRY try #define JSON_CATCH(exception) catch(exception) #else - #define JSON_THROW(exception) std::abort() + #define JSON_THROW(exception) std::cerr<