debug(ipc): HomeView errors added function level labels noting that we're catching a function level exception but we're also logging it globally.
This commit is contained in:
@@ -610,7 +610,7 @@ export default class HomeView extends Vue {
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
} catch (err: any) {
|
||||
logConsoleAndDb("Error retrieving settings or feed: " + err, true);
|
||||
logConsoleAndDb("[initializeIdentity] Error retrieving settings or feed: " + err, true);
|
||||
this.$notify(
|
||||
{
|
||||
group: "alert",
|
||||
|
||||
Reference in New Issue
Block a user