mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Add callback param to getAllPathsAsync signature
This commit is contained in:
@@ -16,7 +16,7 @@ var $native = {};
|
||||
native function traverseTree(path, onFile, onDirectory);
|
||||
$native.traverseTree = traverseTree;
|
||||
|
||||
native function getAllPathsAsync(path);
|
||||
native function getAllPathsAsync(path, callback);
|
||||
$native.getAllPathsAsync = getAllPathsAsync;
|
||||
|
||||
native function isFile(path);
|
||||
|
||||
Reference in New Issue
Block a user