.type 👉 .action

This commit is contained in:
Ash Wilson
2018-04-16 14:09:55 -04:00
parent dd7535b9ea
commit c578cd2bfa

View File

@@ -199,7 +199,7 @@ class Project extends Model {
// const disposable = atom.project.onDidChangeFiles(events => {
// for (const event of events) {
// // "created", "modified", "deleted", or "renamed"
// console.log(`Event action: ${event.type}`)
// console.log(`Event action: ${event.action}`)
//
// // absolute path to the filesystem entry that was touched
// console.log(`Event path: ${event.path}`)