| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4052aec commit 7bb7b9a
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -95,7 +95,7 @@ class EnvironmentOptions : public Options { | |||
| 95 | 95 | bool experimental_modules = false; | |
| 96 | 96 | bool experimental_repl_await = false; | |
| 97 | 97 | bool experimental_vm_modules = false; | |
| 98 | - bool experimental_worker = false; | ||
| 98 | + bool experimental_worker = true; | ||
| 99 | 99 | bool expose_internals = false; | |
| 100 | 100 | std::string http_parser = | |
| 101 | 101 | #ifdef NODE_EXPERIMENTAL_HTTP_DEFAULT | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -9,7 +9,7 @@ const common = require('../common'); | |||
| 9 | 9 | const assert = require('assert'); | |
| 10 | 10 | ||
| 11 | 11 | const isMainThread = common.isMainThread; | |
| 12 | - const kMaxModuleCount = isMainThread ? 56 : 78; | ||
| 12 | + const kMaxModuleCount = isMainThread ? 57 : 78; | ||
| 13 | 13 | ||
| 14 | 14 | assert(list.length <= kMaxModuleCount, | |
| 15 | 15 | `Total length: ${list.length}\n` + list.join('\n') | |
| Back | FazBrowse Home | New Git URL |
0 commit comments