Skip to content

Commit

Permalink
chore: repo overall update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtao25 committed Nov 20, 2024
1 parent 9ce958f commit 0b8cda1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/canyon-report/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function App() {
target="_blank"
rel="noreferrer"
>
canyon123
canyon
</a>{" "}
at {date}
</footer>
Expand Down
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.18",
"version": "0.0.1-beta.19",
"files": [
"bin",
"dist"
Expand Down
2 changes: 1 addition & 1 deletion tools/canyon-uploader/src/commands/map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export async function mapCommand(params, options) {
coverage: JSON.stringify(data),
}).catch((e) => {
// 打印错误
// console.log(e.message,e.name,e.errors,e.response);
console.log(e.message,e.name,e.errors,e.response);
return e;
});
}

0 comments on commit 0b8cda1

Please sign in to comment.