diff --git a/src/project.js b/src/project.js index adf2b5156..33d9c4534 100644 --- a/src/project.js +++ b/src/project.js @@ -204,7 +204,7 @@ class Project extends Model { // // absolute path to the filesystem entry that was touched // console.log(`Event path: ${event.path}`) // - // if (event.type === 'renamed') { + // if (event.action === 'renamed') { // console.log(`.. renamed from: ${event.oldPath}`) // } // }