Skip to content

Commit

Permalink
chore: daily development
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtao25 committed Dec 24, 2024
1 parent 6d5aa54 commit f28f7f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tools/canyon-uploader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "canyon-uploader",
"version": "0.0.1-beta.29",
"version": "0.0.1-beta.30",
"files": [
"bin",
"dist"
Expand Down
1 change: 1 addition & 0 deletions tools/canyon-uploader/src/commands/map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export async function mapCommand(params, options) {
const realWorkspace = workspace || process.cwd();
// 判断是否存在.canyon_output文件夹
if (!fs.existsSync(path.resolve(realWorkspace, ".canyon_output"))) {
console.log(path.resolve(realWorkspace, ".canyon_output"))
console.error("No coverage data found in .canyon_output");
return;
}
Expand Down

0 comments on commit f28f7f6

Please sign in to comment.