diff --git a/cmd.js b/cmd.js old mode 100644 new mode 100755 index a6436c0..3750aa9 --- a/cmd.js +++ b/cmd.js @@ -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); } } });