Remove $native.move()

This commit is contained in:
Kevin Sawicki
2013-03-07 18:24:11 -08:00
parent d55e1bfb67
commit d91c540d47
2 changed files with 2 additions and 16 deletions

View File

@@ -81,7 +81,7 @@ module.exports =
paths
move: (source, target) ->
$native.move(source, target)
nodeFs.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.