Skip to content

Commit 2065821

Browse files
committed
Update sessionStore.ts
1 parent e485d85 commit 2065821

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/twig/src/renderer/features/sessions/stores/sessionStore.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -890,6 +890,8 @@ const useStore = create<SessionStore>()(
890890
initialPrompt,
891891
executionMode,
892892
}) => {
893+
log.info("Connecting to task", { taskId: task.id });
894+
893895
const {
894896
id: taskId,
895897
latest_run: latestRun,

0 commit comments

Comments
 (0)