mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Remove $native.move()
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user