1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-10 20:44:02 +00:00
Files
rclone/cmd/bisync/bilib
Nick Craig-Wood b5ba737e14 bisync: fix race when CaptureOutput is used concurrently #8815
Before this change CaptureOutput could trip the race detector when
used concurrently. In particular if go routines using the logging are
outlasting the return from `fun()`.

This fixes the problem with a mutex.
2025-10-20 12:41:15 +01:00
..