Skip to content

Commit

Permalink
Version 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zaggino committed Jun 14, 2016
1 parent bad691d commit a895ca1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function fixFilename(filepath, doRename) {
console.log("renaming: " + filename + " to: " + newname + " in: " + dirpath);
fs.rename(filepath, path.resolve(dirpath, newname), function (err) {
if (err) {
return reject(err);
console.warn("error renaming (" + err.code + ") path: " + err.path);
}
resolve();
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fix-filenames",
"version": "1.0.3",
"version": "1.0.4",
"description": "renames non ascii characters in files and directories",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit a895ca1

Please sign in to comment.