mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
Add fs.md5ForPath
This commit is contained in:
@@ -94,6 +94,9 @@ module.exports =
|
||||
lastModified: (path) ->
|
||||
$native.lastModified(path)
|
||||
|
||||
md5ForPath: (path) ->
|
||||
$native.md5ForPath(path)
|
||||
|
||||
async:
|
||||
list: (path) ->
|
||||
deferred = $.Deferred()
|
||||
|
||||
Reference in New Issue
Block a user