mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Use skinny arrow for onPath callback
This commit is contained in:
@@ -93,7 +93,7 @@ module.exports =
|
||||
|
||||
listTreeSync: (rootPath) ->
|
||||
paths = []
|
||||
onPath = (childPath) =>
|
||||
onPath = (childPath) ->
|
||||
paths.push(childPath)
|
||||
true
|
||||
@traverseTreeSync(rootPath, onPath, onPath)
|
||||
|
||||
Reference in New Issue
Block a user