Skip to content

Commit 11eb089

Browse files
committed
Bump test-runner and fix tests
Fixes all pending security warnings
1 parent 09c578d commit 11eb089

File tree

3 files changed

+9739
-3015
lines changed

3 files changed

+9739
-3015
lines changed

index.js

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ module.exports.accessSync = function (path, mode) {
2121
mode = mode | 0;
2222
var fileManager = NSFileManager.defaultManager();
2323

24+
var canAccess
2425
switch (mode) {
2526
case 0:
2627
canAccess = module.exports.existsSync(path);

0 commit comments

Comments
 (0)