Fixup comment that got removed
This commit is contained in:
parent
3da99f0133
commit
9ded3ea1eb
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue