mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-23 18:17:38 +00:00
Catch parse errors when trying to read readme
This commit is contained in:
parent
5db69d6c2d
commit
90f69c4cc9
1 changed files with 4 additions and 0 deletions
|
|
@ -72,6 +72,10 @@ const selectedSkinEpic = (actions) =>
|
|||
return of(Actions.loadedSkinZip(zip), {
|
||||
type: "SELECTED_SKIN_README",
|
||||
});
|
||||
}),
|
||||
catchError((e) => {
|
||||
console.error(e);
|
||||
return [];
|
||||
})
|
||||
);
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue