node: use `TempDir::close` in clone
It was reported that on WSL after dropping TempDir there are still open file
handles.
Attempt to close the TempDir and any open file handles, if possible – logging
the error, if any.
It was reported that on WSL after dropping TempDir there are still open file
handles.
Attempt to close the TempDir and any open file handles, if possible – logging
the error, if any.