Fix crash in filesystem API. #69

Merged
Elara6331 merged 1 commits from vchigrin/itd:fix-crash into master 2024-07-04 03:25:39 +00:00
Contributor

This help me fix #issues/64

This help me fix #issues/64
vchigrin added 1 commit 2024-07-02 20:38:04 +00:00
Elara6331 requested changes 2024-07-03 03:57:41 +00:00
Dismissed
api/fs.go Outdated
@ -45,1 +45,4 @@
if err != nil {
return nil, err
}
return convertEntries(res.Entries), err
Owner

Thanks for the PR! Can you please also change return convertEntries(res.Entries), err to return convertEntries(res.Entries), nil?

Thanks for the PR! Can you please also change `return convertEntries(res.Entries), err` to `return convertEntries(res.Entries), nil`?
Elara6331 marked this conversation as resolved
vchigrin force-pushed fix-crash from d1e5157008 to d7606c4327 2024-07-03 21:24:18 +00:00 Compare
Elara6331 approved these changes 2024-07-04 03:24:47 +00:00
Elara6331 left a comment
Owner

Большое спасибо!

Большое спасибо!
Elara6331 merged commit 243826bd67 into master 2024-07-04 03:25:39 +00:00
Sign in to join this conversation.
No description provided.