Fix crash in filesystem API. #69
Loading…
x
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), err
Thanks for the PR! Can you please also change
return convertEntries(res.Entries), err
toreturn convertEntries(res.Entries), nil
?d1e5157008
tod7606c4327
Большое спасибо!