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 d9a1776 commit 620c977Copy full SHA for 620c977
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