Skip to content

Commit

Permalink
simple typo fix w/ rmdirRecursive
Browse files Browse the repository at this point in the history
  • Loading branch information
romannurik committed Jun 26, 2018
1 parent ebcaa1e commit fd7bfd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export function arrayFromNSArray(nsArray) {
* subfolders).
*/
export function rmdirRecursive(path) {
NSFileManager.defaultManager().removeItemAtPath_error_(rmdirRecursive, null);
NSFileManager.defaultManager().removeItemAtPath_error_(path, null);
}


Expand Down

0 comments on commit fd7bfd5

Please sign in to comment.