Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
olduh29 committed Jun 18, 2020
1 parent ff10e0b commit c6d4156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ console.log(dotnet.toString());
/**** ****/
/****************************************/

const coverageFile = `${path.dirName(testProject)}${path.delimiter}${testProject}\${output}`;
const coverageFile = `${path.dirname(testProject)}${path.delimiter}${testProject}\${output}`;

console.log(`delete msbuild.rsp and set coverageFile output : ${coverageFile}`);

Expand Down

0 comments on commit c6d4156

Please sign in to comment.