Fix crash in filesystem API. #69
No reviewers
Labels
No Label
Bug
Cantfix
Duplicate
Enhancement
External
Help Wanted
In Progress
Invalid
Question
Waiting
Waiting For Info
Waiting for Upstream
Wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Elara6331/itd#69
Loading…
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
Большое спасибо!