diff --git a/lib/Ray/sources/Exceptions/RayError.cpp b/lib/Ray/sources/Exceptions/RayError.cpp index 24fb4be8..ee0d4fa7 100644 --- a/lib/Ray/sources/Exceptions/RayError.cpp +++ b/lib/Ray/sources/Exceptions/RayError.cpp @@ -28,6 +28,6 @@ RAY::Exception::WrongInputError::WrongInputError(const std::string &what): } RAY::Exception::ResourceNotFound::ResourceNotFound(const std::string &path): - RayError("\033[36m" + path + "\033[31m couldn't be loaded\033[0m") + RayError(path + " couldn't be loaded") { }