mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Make function comment accurate
This commit is contained in:
@@ -102,8 +102,7 @@ module.exports =
|
||||
move: (source, target) ->
|
||||
fs.renameSync(source, target)
|
||||
|
||||
# Remove a file at the given path. Throws an error if path is not a
|
||||
# file or a symbolic link to a file.
|
||||
# Remove the file or directory at the given path.
|
||||
remove: (pathToRemove) ->
|
||||
rimraf.sync(pathToRemove)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user