From 9b1f0c8ba3c8ca7a7207519889b6509bfc10370e Mon Sep 17 00:00:00 2001 From: David Sherret Date: Tue, 12 Oct 2021 09:58:04 -0400 Subject: chore: upgrade crates based on deno ast 0.3 (#12403) --- ext/fetch/21_formdata.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/fetch') diff --git a/ext/fetch/21_formdata.js b/ext/fetch/21_formdata.js index d8e6d2da2..555e31a69 100644 --- a/ext/fetch/21_formdata.js +++ b/ext/fetch/21_formdata.js @@ -266,7 +266,7 @@ StringPrototypeReplace( StringPrototypeReplace( StringPrototypeReplace( - (isFilename ? str : StringPrototypeReplace(str, /\r?\n|\r/g, "\r\n")), + isFilename ? str : StringPrototypeReplace(str, /\r?\n|\r/g, "\r\n"), /\n/g, "%0A", ), -- cgit v1.2.3