Skip to content

Commit 8eb0dba

Browse files
committed
util added result
1 parent 6fe4c8c commit 8eb0dba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/internal/mime.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ const START_ENDING_WHITESPACE = /[\r\n\t ]*$/;
2424

2525
function toASCIILower(str) {
2626
if (!/[^\x00-\x7f]/.test(str)) return StringPrototypeToLowerCase(str);
27+
let result = '';
2728
for (let i = 0; i < str.length; i++) {
2829
const char = str[i];
2930

0 commit comments

Comments
 (0)