mirror of
https://github.com/atom/atom.git
synced 2026-02-15 09:05:58 -05:00
Remove $native.makeDirectory()
This commit is contained in:
@@ -105,7 +105,7 @@ module.exports =
|
||||
$native.write(path, content)
|
||||
|
||||
makeDirectory: (path) ->
|
||||
$native.makeDirectory(path)
|
||||
nodeFs.mkdirSync(path)
|
||||
|
||||
# Creates the directory specified by "path" including any missing parent
|
||||
# directories.
|
||||
|
||||
Reference in New Issue
Block a user