Skip to content

Commit

Permalink
fix: bug reporters refer to Mrdocs repo
Browse files Browse the repository at this point in the history
  • Loading branch information
fpelliccioni authored and alandefreitas committed May 17, 2024
1 parent 17503d8 commit 06dd4c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tool/ToolMain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ mrdocs_main(int argc, char const** argv)
// Enable stack traces
llvm::EnablePrettyStackTrace();
llvm::sys::PrintStackTraceOnErrorSignal(argv[0]);
llvm::setBugReportMsg("PLEASE submit a bug report to https://github.com/cppalliance/mrdocs/issues/ and include the crash backtrace.\n");

// Parse command line options
llvm::cl::SetVersionPrinter(&print_version);
Expand Down

0 comments on commit 06dd4c0

Please sign in to comment.