Fixup comment that got removed

This commit is contained in:
David Humphrey 2018-06-25 14:10:27 -04:00
parent 3da99f0133
commit 9ded3ea1eb
1 changed files with 2 additions and 0 deletions

View File

@ -77,6 +77,8 @@ function update_node_times(context, path, node, times, callback) {
}
function complete(error) {
// Queue this change so we can send watch events.
// Unlike node.js, we send the full path vs. basename/dirname only.
context.changes.push({ event: 'change', path: path });
callback(error);
}