Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
Update the link to the crash reporting guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
ariya committed Sep 28, 2012
1 parent 2403c00 commit 4f17d94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils.cpp
Expand Up @@ -75,7 +75,7 @@ bool Utils::exceptionHandler(const TCHAR* dump_path, const TCHAR* minidump_id,
Q_UNUSED(context); Q_UNUSED(context);


fprintf(stderr, "PhantomJS has crashed. Please read the crash reporting guide at " \ fprintf(stderr, "PhantomJS has crashed. Please read the crash reporting guide at " \
"https://code.google.com/p/phantomjs/wiki/CrashReporting and file a " \ "https://github.com/ariya/phantomjs/wiki/Crash-Reporting and file a " \
"bug report at https://code.google.com/p/phantomjs/issues/entry with the " \ "bug report at https://code.google.com/p/phantomjs/issues/entry with the " \
"crash dump file attached: %ls\\%ls.dmp\n", "crash dump file attached: %ls\\%ls.dmp\n",
dump_path, minidump_id); dump_path, minidump_id);
Expand All @@ -86,7 +86,7 @@ bool Utils::exceptionHandler(const char* dump_path, const char* minidump_id, voi
{ {
Q_UNUSED(context); Q_UNUSED(context);
fprintf(stderr, "PhantomJS has crashed. Please read the crash reporting guide at " \ fprintf(stderr, "PhantomJS has crashed. Please read the crash reporting guide at " \
"https://code.google.com/p/phantomjs/wiki/CrashReporting and file a " \ "https://github.com/ariya/phantomjs/wiki/Crash-Reporting and file a " \
"bug report at https://code.google.com/p/phantomjs/issues/entry with the " \ "bug report at https://code.google.com/p/phantomjs/issues/entry with the " \
"crash dump file attached: %s/%s.dmp\n", "crash dump file attached: %s/%s.dmp\n",
dump_path, minidump_id); dump_path, minidump_id);
Expand Down

0 comments on commit 4f17d94

Please sign in to comment.