Skip to content

Commit

Permalink
Merge pull request #45 from dwidge/eventType
Browse files Browse the repository at this point in the history
fix: eventType
  • Loading branch information
hoperyy authored May 26, 2022
2 parents 1c36f7d + 19ab4ef commit 6f406cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd.js
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ const actor = function ({ from, to, watch, deleteOrphaned, supportSymlink, type,
type,
deleteOrphaned,
exclude,
afterEachSync({ type, relativePath }) {
afterEachSync({ eventType, relativePath }) {
if (!quiet) {
console.log(`${type}: `, relativePath);
console.log(`${eventType}: `, relativePath);
}
}
});
Expand Down

0 comments on commit 6f406cf

Please sign in to comment.