We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d789de commit 169723dCopy full SHA for 169723d
app/src/main.cpp
@@ -38,6 +38,9 @@ int main(int argc, char const* argv[]) {
38
} catch (const std::exception& e) {
39
stopProcesses();
40
41
+ Logger::print(
42
+ "PLEASE submit a bug report to https://github.com/Disservin/fastchess/issues/ and include command line "
43
+ "parameters and possibly the stdout/log of fastchess.");
44
Logger::print("{}", e.what());
45
46
return EXIT_FAILURE;
0 commit comments