| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent ca2328d commit a67fea5
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -133,7 +133,7 @@ if (process.argv[2] === 'child') { | |||
| 133 | 133 | } | |
| 134 | 134 | assert(handle.is_referenced); | |
| 135 | 135 | }, 3), | |
| 136 | - timer: common.mustCall(function timer_validator(handle) { | ||
| 136 | + timer: common.mustCallAtLeast(function timer_validator(handle) { | ||
| 137 | 137 | assert(!handle.is_referenced); | |
| 138 | 138 | assert.strictEqual(handle.repeat, 0); | |
| 139 | 139 | }), | |
@@ -143,6 +143,7 @@ if (process.argv[2] === 'child') { | |||
| 143 | 143 | assert(handle.is_referenced); | |
| 144 | 144 | }), | |
| 145 | 145 | }; | |
| 146 | + console.log(report.libuv); | ||
| 146 | 147 | for (const entry of report.libuv) { | |
| 147 | 148 | if (validators[entry.type]) validators[entry.type](entry); | |
| 148 | 149 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments