Skip to content

Commit

Permalink
fix(replay): should run replayed signals sync
Browse files Browse the repository at this point in the history
  • Loading branch information
christianalfoni committed Feb 6, 2016
1 parent aa47a85 commit 2a8be45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ module.exports = function (options) {
}
signalMethodPath(signal.input, {
isRecorded: !isCatchingUp,
isSync: true,
branches: isCatchingUp && signal.branches
})
}
Expand Down

0 comments on commit 2a8be45

Please sign in to comment.