Skip to content

Commit 0ad1b6b

Browse files
squash: nit
Co-authored-by: Antoine du Hamel <[email protected]>
1 parent 640b85d commit 0ad1b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/modules/esm/fetch_module.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ function fetchWithRedirects(parsed) {
149149
throw err;
150150
}
151151
// This condition catches all unsupported status codes, including
152-
// 3xx redirection codes without `Location` HTTP header
152+
// 3xx redirection codes without `Location` HTTP header.
153153
if (res.statusCode < 200 || res.statusCode >= 300) {
154154
throw new ERR_NETWORK_IMPORT_DISALLOWED(
155155
res.headers.location,

0 commit comments

Comments
 (0)