We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff50152 commit 4c4f5d5Copy full SHA for 4c4f5d5
src/index.ts
@@ -237,7 +237,7 @@ if (!amMainInstance) {
237
238
showErrorAlert(
239
'HTTP Toolkit hit an error',
240
- `${error.message}. Please file an issue at github.com/httptoolkit/feedback.`
+ `${error.message}.\n\nPlease file an issue at github.com/httptoolkit/feedback.`
241
);
242
243
// Retry limited times, but not for near-immediate failures.
0 commit comments