Skip to content

Commit

Permalink
AUT-6569 add error logging for auto-api client
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfoxvog committed Jan 3, 2024
1 parent b45f58b commit c6fc1cd
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions dist/index.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.cjs.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.min.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/index.mjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.mjs.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/auto-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export class AutoApi {
): Promise<AxiosResponse<TestRunCreateResponseDto>> {
this.callsInFlight += 1;
try {
console.error('THIS IS MF ERROR');
return await this.client.post<TestRunCreateResponseDto>(
'/api/v1.0/test-run/create',
{
Expand Down

0 comments on commit c6fc1cd

Please sign in to comment.