Skip to content

Commit 02cc231

Browse files
committed
add a question
1 parent c20d651 commit 02cc231

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

task-utils.js

+1
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ function tryFindingLocalFiles(nycFilename) {
219219
const from = nycCoverage[key].path
220220
if (from.startsWith(commonFolder)) {
221221
const to = join(cwd, from.slice(length))
222+
// ? Do we need to replace the "key" in the coverage object or can we just replace the "path"?
222223
nycCoverage[key].path = to
223224
debug('replaced %s -> %s', from, to)
224225
changed = true

0 commit comments

Comments
 (0)