Skip to content

fs: fix regression on rmsync

The original implementation was using sleep(i * options.retryDelay);. While migrating to C++, we forgot that.

cc @nodejs/fs

Merge request reports

Loading