| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e3d7955 commit 78c4dbd
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -10,7 +10,7 @@ const assert = require('assert'); | |||
| 10 | 10 | ||
| 11 | 11 | const isMainThread = common.isMainThread; | |
| 12 | 12 | const kCoverageModuleCount = process.env.NODE_V8_COVERAGE ? 1 : 0; | |
| 13 | - const kMaxModuleCount = (isMainThread ? 65 : 85) + kCoverageModuleCount; | ||
| 13 | + const kMaxModuleCount = (isMainThread ? 65 : 87) + kCoverageModuleCount; | ||
| 14 | 14 | ||
| 15 | 15 | assert(list.length <= kMaxModuleCount, | |
| 16 | 16 | `Total length: ${list.length}\n` + list.join('\n') | |
| Back | FazBrowse Home | New Git URL |
0 commit comments