Skip to content

Commit 4c4f5d5

Browse files
committed
Make feedback report request more obvious
1 parent ff50152 commit 4c4f5d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ if (!amMainInstance) {
237237

238238
showErrorAlert(
239239
'HTTP Toolkit hit an error',
240-
`${error.message}. Please file an issue at github.com/httptoolkit/feedback.`
240+
`${error.message}.\n\nPlease file an issue at github.com/httptoolkit/feedback.`
241241
);
242242

243243
// Retry limited times, but not for near-immediate failures.

0 commit comments

Comments
 (0)