adobe / aio-cli-plugin-app

Create, Build and Deploy Cloud Native Applications
Apache License 2.0
19 stars 35 forks source link

Catch local save lf config errors. Fixes #527 #756

Closed purplecabbage closed 7 months ago

purplecabbage commented 8 months ago

Description

Handles the error where local configuration cannot be saved, outputs a warning, debug logs the error message.

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist:

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (8133c82) 100.00% compared to head (9083818) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #756 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 56 56 Lines 3227 3230 +3 Branches 611 611 ========================================= + Hits 3227 3230 +3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

purplecabbage commented 8 months ago

Fixes #527