Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix temporary directory fallback in __getTempDir internal function (#5)
This pull request enhances the robustness of the `__getTempDir` function by including the `os.tmpdir()` method from Node.js core as a fallback option. This change ensures the function correctly identifies the temporary directory path across various environments, improving overall reliability and functionality. Signed-off-by: Ryuu Mitsuki <[email protected]>
- Loading branch information