We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9fd435 commit c254e40Copy full SHA for c254e40
test/parallel/test-fs-access.js
@@ -55,7 +55,7 @@ if (!common.isWindows && process.getuid() === 0) {
55
try {
56
process.setuid('nobody');
57
hasWriteAccessForReadonlyFile = false;
58
- } catch (err) {
+ } catch {
59
}
60
61
0 commit comments