Resolve promise to avoid hang when handling files #7
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
sciactive/nephele!7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "patch-1"
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?
Returning inside a Promise does not resolve said Promise. The calling code will hang forever. This can easily be demostrated by using die virtual adapter with diretories and with and without a file entry. As soon as there is a file entry, it hangs. Resolving the promise solves this bug.
Thank you for the fix!
Released as 1.0.0-alpha.59