emscripten-core / emscripten

Emscripten: An LLVM-to-WebAssembly Compiler
Other
25.91k stars 3.32k forks source link

Fix false positive writability check on cache directory #23049

Closed sbc100 closed 3 hours ago

sbc100 commented 1 day ago

We were incorrectly reporting non-existent parent directories as non-writable.

This was broken in #22801.