(err)
| 10149 | |
| 10150 | |
| 10151 | function onChangesError(err) { |
| 10152 | changesPending = false; |
| 10153 | /* istanbul ignore if */ |
| 10154 | if (returnValue.cancelled) { |
| 10155 | return completeReplication(); |
| 10156 | } |
| 10157 | abortReplication('changes rejected', err); |
| 10158 | } |
| 10159 | |
| 10160 | |
| 10161 | function getChanges() { |
nothing calls this directly
no test coverage detected
searching dependent graphs…