Skip to content

Commit

Permalink
Add Flags to the Info-Object
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Dunkel committed Jan 31, 2014
1 parent 79a4c0b commit cceb172
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ All events except *fsevent* take an *info* object as the second parameter of the
"finder": false, // Has the Finder Meta-Data changed
"access": false, // Have the access permissions changed
"xattrs": false // Have the xAttributes changed
}
},
"flags": <raw-flags>
}

## MIT License
Expand Down
1 change: 1 addition & 0 deletions fsevents.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,6 @@ function getInfo(path, flags) {
event: getEventType(flags),
type: getFileType(flags),
changes: getFileChanges(flags),
flags: flags
};
}

0 comments on commit cceb172

Please sign in to comment.