Skip to content

Commit 06dd4c0

Browse files
fpelliccionialandefreitas
authored andcommitted
fix: bug reporters refer to Mrdocs repo
1 parent 17503d8 commit 06dd4c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tool/ToolMain.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ mrdocs_main(int argc, char const** argv)
4444
// Enable stack traces
4545
llvm::EnablePrettyStackTrace();
4646
llvm::sys::PrintStackTraceOnErrorSignal(argv[0]);
47+
llvm::setBugReportMsg("PLEASE submit a bug report to https://github.com/cppalliance/mrdocs/issues/ and include the crash backtrace.\n");
4748

4849
// Parse command line options
4950
llvm::cl::SetVersionPrinter(&print_version);

0 commit comments

Comments
 (0)