Note about debug.txt in error message dialog when mod fails to load
parent
760416b81f
commit
746b960c0d
|
@ -1666,7 +1666,7 @@ int main(int argc, char *argv[])
|
||||||
catch(ModError &e)
|
catch(ModError &e)
|
||||||
{
|
{
|
||||||
errorstream<<e.what()<<std::endl;
|
errorstream<<e.what()<<std::endl;
|
||||||
error_message = narrow_to_wide(e.what());
|
error_message = narrow_to_wide(e.what()) + L"\nCheck debug.txt for details.";
|
||||||
}
|
}
|
||||||
#ifdef NDEBUG
|
#ifdef NDEBUG
|
||||||
catch(std::exception &e)
|
catch(std::exception &e)
|
||||||
|
|
Loading…
Reference in New Issue