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/url/00_url.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ext/url') diff --git a/ext/url/00_url.js b/ext/url/00_url.js index b1b3818a3..b483d8bd5 100644 --- a/ext/url/00_url.js +++ b/ext/url/00_url.js @@ -105,8 +105,9 @@ this[_list] = ArrayPrototypeMap(init, (pair, i) => { if (pair.length !== 2) { throw new TypeError( - `${prefix}: Item ${i + - 0} in the parameter list does have length 2 exactly.`, + `${prefix}: Item ${ + i + 0 + } in the parameter list does have length 2 exactly.`, ); } return [pair[0], pair[1]]; -- cgit v1.2.3