Skip to content

Commit 744b8aa

Browse files
Lxxyxdanielleadams
authored andcommitted
fs: pass ERR_DIR_CLOSED asynchronously to dir.close
Pass the error to the callback or returns a rejected Promise instead of throwing a synchonous error. Fixes: #36237 PR-URL: