Skip to content
This repository has been archived by the owner on Jun 6, 2022. It is now read-only.

Commit

Permalink
Merge 68b215b into 14c4301
Browse files Browse the repository at this point in the history
  • Loading branch information
ferry-ferry-ferry committed Sep 5, 2019
2 parents 14c4301 + 68b215b commit e303c6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/wowaads.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ let w = {
},

dirStatus(dir) {
// Ignore `DS_Store` file in macOS system
if (dir === '.DS_Store') return true

for (let k in w.data) if (w.data[k].sub.indexOf(dir) >= 0) return k
},

Expand Down

0 comments on commit e303c6c

Please sign in to comment.