Fix crash in filesystem API. #69
Reference in New Issue
Block a user
No description provided.
Delete Branch "vchigrin/itd:fix-crash"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This help me fix #issues/64
@@ -45,1 +45,4 @@if err != nil {return nil, err}return convertEntries(res.Entries), errThanks for the PR! Can you please also change
return convertEntries(res.Entries), errtoreturn convertEntries(res.Entries), nil?d1e5157008tod7606c4327Большое спасибо!