Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
islathehut committed Sep 27, 2024
1 parent 8614f67 commit 7c2ae4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/desktop/src/renderer/sagas/socket/socket.saga.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export function* startConnectionSaga(
): Generator {
const { dataPort } = action.payload
if (!dataPort) {
logger.error('About to start connection but no dataPort found')
logger.error('About to start connection but no dataPort found', action)
}

let socketIOSecret = yield* select(connection.selectors.socketIOSecret)
Expand Down

0 comments on commit 7c2ae4f

Please sign in to comment.