We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56db7f7 commit a2676d0Copy full SHA for a2676d0
src/error.ts
@@ -103,7 +103,7 @@ export function createError(
103
const sanitizedMessage = sanitizeStatusMessage(err.statusMessage);
104
if (sanitizedMessage !== originalMessage) {
105
console.warn(
106
- "[h3] Please prefer using `message` for longer messages instead of `statusMessage`. In the future `statusMessage` will be sanitized by default."
+ "[h3] Please prefer using `message` for longer error messages instead of `statusMessage`. In the future `statusMessage` will be sanitized by default."
107
);
108
}
109
0 commit comments