We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7b04ae commit 804e8cbCopy full SHA for 804e8cb
index.js
@@ -90,7 +90,7 @@ function normalizeOptions(options) {
90
const http2 = normalizeHttpsOptions(options.http2, options);
91
92
if (!http && !https && !http2) {
93
- throw new Error('http and/or https are required options');
+ throw new Error('http, https, and/or http2 are required options');
94
}
95
96
return {
0 commit comments