Skip to content

Commit

Permalink
Remove old comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenpf committed Sep 4, 2024
1 parent 9f224f8 commit f4c22e0
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions vendor/wp-now/src/symlink-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,12 +211,4 @@ export class SymlinkManager {
}
}
}
}

/**
* 1. All events come in as 'rename'
* 2. If the file is no longer there, it means it was deleted. Check the symlinks map and remove it if it was a symlink
* 3. If the file is not a symlink, ignore it
* 4. If the file is a symlink and it does not yet exist in the map, add it
* 5. If the file is a symlink and it exists in the map, update it
*/
}

0 comments on commit f4c22e0

Please sign in to comment.