Skip to content

Commit

Permalink
Update packages/core/src/sagas.js
Browse files Browse the repository at this point in the history
Co-Authored-By: compulim <compulim@users.noreply.github.com>
  • Loading branch information
Corina and compulim committed Apr 8, 2019
1 parent eb1224b commit 58242bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/sagas.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import stopSpeakingActivityOnInputSaga from './sagas/stopSpeakingActivityOnInput
import submitSendBoxSaga from './sagas/submitSendBoxSaga';

export default function* () {
// TODO: [P2] Since fork() silently catch all exceptions, we need to find a way to console.error them out.
// TODO: [P2] Since fork() silently catches all exceptions, we need to find a way to console.error them out.

yield fork(clearSuggestedActionsOnPostActivitySaga);
yield fork(connectionStatusUpdateSaga);
Expand Down

0 comments on commit 58242bb

Please sign in to comment.