Skip to content

Commit 169723d

Browse files
committed
chore: add bug report output message
1 parent 2d789de commit 169723d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/src/main.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ int main(int argc, char const* argv[]) {
3838
} catch (const std::exception& e) {
3939
stopProcesses();
4040

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.");
4144
Logger::print("{}", e.what());
4245

4346
return EXIT_FAILURE;

0 commit comments

Comments
 (0)