Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #17153 from atom/aw/project-docs
Browse files Browse the repository at this point in the history
Correct Project.onDidChangeFiles documentation
  • Loading branch information
smashwilson committed Apr 16, 2018
2 parents dd7535b + c578cd2 commit 4659592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/project.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}`)
Expand Down

0 comments on commit 4659592

Please sign in to comment.