File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -231,12 +231,12 @@ added: v15.1.0
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
You can’t perform that action at this time.
0 commit comments