@rljson/fs-agent 0.0.41 → 0.0.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/fs-agent.js +1 -3
- package/package.json +1 -1
package/dist/fs-agent.js
CHANGED
|
@@ -1354,9 +1354,7 @@ ${err.stack}` : String(err);
|
|
|
1354
1354
|
*/
|
|
1355
1355
|
async _sendRef(connector, ref, predecessorRefs) {
|
|
1356
1356
|
connector.invalidateSent?.(ref);
|
|
1357
|
-
|
|
1358
|
-
connector.setPredecessors(predecessorRefs ?? []);
|
|
1359
|
-
}
|
|
1357
|
+
connector.setPredecessors(predecessorRefs ?? []);
|
|
1360
1358
|
await FsAgent._withRetry(
|
|
1361
1359
|
async () => {
|
|
1362
1360
|
if (connector.syncConfig?.requireAck) {
|