Remove $native.makeDirectory()

This commit is contained in:
Kevin Sawicki
2013-03-07 18:02:55 -08:00
parent e7050b2083
commit 6abf1ff1aa
2 changed files with 2 additions and 14 deletions

View File

@@ -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.