diff --git a/node_modules/sync.js b/node_modules/sync.js index e74b946f..b9d75a1d 100644 --- a/node_modules/sync.js +++ b/node_modules/sync.js @@ -926,6 +926,10 @@ var Sync = { me._syncInfo.note.changeNeedAdds.push(note); cb(); } + // 其它错误, 不加, notImage 导致不能终止 + else { + cb(); + } } // 更新失败了, 服务器返回异常 else {