We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 715768e commit 042e974Copy full SHA for 042e974
test/parallel/test-fs-access.js
@@ -53,7 +53,7 @@ if (!common.isWindows && process.getuid() === 0) {
53
try {
54
process.setuid('nobody');
55
hasWriteAccessForReadonlyFile = false;
56
- } catch (err) {
+ } catch {
57
}
58
59
0 commit comments