Skip to content

Commit

Permalink
Logging the response
Browse files Browse the repository at this point in the history
  • Loading branch information
graphefruit committed Aug 13, 2024
1 parent 9993689 commit ebe6d43
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/brew/brew-add/brew-add.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,9 @@ export class BrewAddComponent implements OnInit, OnDestroy {
addedBrewObj.note + '\r\n' + JSON.stringify(logs);
await this.uiBrewStorage.update(addedBrewObj);
} catch (ex) {
this.uiLog.log(
'We could not get the logs from xenia: ' + JSON.stringify(ex)
);
this.uiToast.showInfoToast(
'We could not get the logs from xenia: ' + JSON.stringify(ex),
false
Expand Down

0 comments on commit ebe6d43

Please sign in to comment.