mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-03 15:43:31 +08:00
Fix ESLint errors in test files and package-manager.js
Co-authored-by: pangerlkr <73515951+pangerlkr@users.noreply.github.com>
This commit is contained in:
@@ -1697,7 +1697,7 @@ function runTests() {
|
||||
'Recursive search on unreadable root should also return empty array');
|
||||
} finally {
|
||||
// Restore permissions before cleanup
|
||||
try { fs.chmodSync(unreadableDir, 0o755); } catch {}
|
||||
try { fs.chmodSync(unreadableDir, 0o755); } catch (_e) { /* ignore permission errors */ }
|
||||
fs.rmSync(tmpDir, { recursive: true, force: true });
|
||||
}
|
||||
})) passed++; else failed++;
|
||||
|
||||
Reference in New Issue
Block a user