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:
Matthew Raymer
2025-06-03 14:00:32 +00:00
parent 596f3355bf
commit b01a450733

View File

@@ -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",