| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 591a05b commit 1ebe7d7
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -231,12 +231,12 @@ added: REPLACEME | |||
| 231 | 231 | ||
| 232 | 232 | The `v8.takeCoverage()` method allows the user to write the coverage started by | |
| 233 | 233 | [`NODE_V8_COVERAGE`][] to disk on demand. This method can be invoked multiple | |
| 234 | - times during the lifetime of the process, each time the execution counter will | ||
| 234 | + times during the lifetime of the process. Each time the execution counter will | ||
| 235 | 235 | be reset and a new coverage report will be written to the directory specified | |
| 236 | 236 | by [`NODE_V8_COVERAGE`][]. | |
| 237 | 237 | ||
| 238 | 238 | When the process is about to exit, one last coverage will still be written to | |
| 239 | - disk, unless [`v8.stopCoverage()`][] is invoked before the process exits. | ||
| 239 | + disk unless [`v8.stopCoverage()`][] is invoked before the process exits. | ||
| 240 | 240 | ||
| 241 | 241 | ## `v8.stopCoverage()` | |
| 242 | 242 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments