| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 5b7b18d commit 42f5f27
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -60,7 +60,7 @@ parsers.forEach((parser) => { | |||
| 60 | 60 | }); | |
| 61 | 61 | ||
| 62 | 62 | // Next, repeat the same checks using NODE_OPTIONS if it is supported. | |
| 63 | - if (process.config.variables.node_without_node_options) { | ||
| 63 | + if (!process.config.variables.node_without_node_options) { | ||
| 64 | 64 | const env = Object.assign({}, process.env, { | |
| 65 | 65 | NODE_OPTIONS: `--http-parser=${parser} --max-http-header-size=1024` | |
| 66 | 66 | }); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments