fix: src nil ptr

This commit is contained in:
崔竞宁
2023-05-16 21:32:01 +08:00
parent d2c130e974
commit df6caee408

View File

@@ -92,6 +92,7 @@ func (c *Copyer) walk(ctx context.Context) ([]*baseJob, error) {
appendJob(&baseJob{
copyer: c,
src: src,
path: path,
size: stat.Size(),