Files
rclone/fs/rc
Nick Craig-Wood 9f75af38e3 rc: make sure fatal errors don't crash rclone - fixes #8955
Before this change, if any code called fs.Fatal(f) then it would stop
rclone as designed. However this is not appropriate when using the RC
API - we want the error returned to the user.

This change turns the fs.Fatal(f) call into a panic which is caught by
the RC API handler and returned to the user as a 500 error.
2025-11-12 12:22:04 +00:00
..
2025-11-05 12:36:39 +00:00
2025-11-01 18:54:19 +01:00
2024-07-15 11:09:54 +01:00
2024-07-15 11:09:54 +01:00
2025-02-28 11:31:14 +00:00
2025-02-28 11:31:14 +00:00