refactor: FaiError -> ChainError (SDK stub rename lockstep)
Some checks failed
Security / Security check (push) Failing after 1s
Some checks failed
Security / Security check (push) Failing after 1s
Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
This commit is contained in:
parent
bb606a8b23
commit
7a38cd58aa
13 changed files with 30 additions and 30 deletions
|
|
@ -756,7 +756,7 @@ class _StorePageState extends State<StorePage> {
|
|||
_runSearch();
|
||||
} catch (e) {
|
||||
if (!mounted) return;
|
||||
showFaiErrorSnack(
|
||||
showChainErrorSnack(
|
||||
context,
|
||||
'store.provider.add',
|
||||
e,
|
||||
|
|
@ -2392,7 +2392,7 @@ class _StoreDetailSheetState extends State<_StoreDetailSheet> {
|
|||
final r = await SystemActions.openInOs(widget.item.repository);
|
||||
if (!mounted) return;
|
||||
if (!r.ok) {
|
||||
showFaiErrorSnack(
|
||||
showChainErrorSnack(
|
||||
context,
|
||||
'store.repository.open',
|
||||
r.stderr.isEmpty ? 'open failed' : r.stderr,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue