Skip to content

Commit

Permalink
Fix small report bug
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Jan 22, 2022
1 parent 3bebd8b commit cb54dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ async function run () {
nodes = targetNode.nodes
}

targetNode.leaf[srcFile] = destFile
targetNode.leaf[basename(srcFile)] = destFile
}

console.log(tree(cleanDeep(treeStructure)))
Expand Down

0 comments on commit cb54dd4

Please sign in to comment.