Skip to content

Commit 0bfa2b8

Browse files
committed
temp: log caught error
1 parent b28eff9 commit 0bfa2b8

File tree

1 file changed

+2
-1
lines changed
  • packages/app/src/app/overmind/namespaces/sidebar

1 file changed

+2
-1
lines changed

packages/app/src/app/overmind/namespaces/sidebar/actions.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ export const getSidebarData = async (
3131
hasTemplates,
3232
repositories,
3333
};
34-
} catch {
34+
} catch (error) {
35+
console.error(error);
3536
effects.notificationToast.error(
3637
`There was a problem getting your data for the sidebar.`
3738
);

0 commit comments

Comments
 (0)