mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-29 13:27:59 +03:00
upstream changes (src)
This commit is contained in:
@@ -24,7 +24,7 @@ int main(int argc, char **argv)
|
||||
catch(const ConfigException& e)
|
||||
{
|
||||
std::cerr << RED << "\n" << WARNING << getDebugTime()
|
||||
<< FAIL << " " << e.getMessage() << ENDL;
|
||||
<< FAIL << e.getMessage() << ENDL;
|
||||
}
|
||||
catch (std::domain_error &e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user