We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 640b85d commit 0ad1b6bCopy full SHA for 0ad1b6b
lib/internal/modules/esm/fetch_module.js
@@ -149,7 +149,7 @@ function fetchWithRedirects(parsed) {
149
throw err;
150
}
151
// This condition catches all unsupported status codes, including
152
- // 3xx redirection codes without `Location` HTTP header
+ // 3xx redirection codes without `Location` HTTP header.
153
if (res.statusCode < 200 || res.statusCode >= 300) {
154
throw new ERR_NETWORK_IMPORT_DISALLOWED(
155
res.headers.location,
0 commit comments