mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Merge pull request #17153 from atom/aw/project-docs
Correct Project.onDidChangeFiles documentation
This commit is contained in:
@@ -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}`)
|
||||
|
||||
Reference in New Issue
Block a user