| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f8e325e commit 0db38f0
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -50,7 +50,7 @@ ObjectDefineProperties(module.exports, { | |||
| 50 | 50 | __proto__: null, | |
| 51 | 51 | configurable: true, | |
| 52 | 52 | enumerable: true, | |
| 53 | - get() { | ||
| 53 | + value: function value() { | ||
| 54 | 54 | lcov ??= require('internal/test_runner/reporter/lcov'); | |
| 55 | 55 | return ReflectConstruct(lcov, arguments); | |
| 56 | 56 | }, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments