pull/312/head
nightwing 2016-05-25 20:48:04 +04:00
rodzic ee8e27ace6
commit 9973c0ea35
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -537,7 +537,7 @@ define(function(require, exports, module) {
if (err) { if (err) {
var message = err.message; var message = err.message;
if (err.code == "EEXIST") if (err.code == "EEXIST")
message = "File " + path + " already exists."; message = "File " + newpath + " already exists.";
return showError(message); return showError(message);
} }
if (dirname(newpath) != dirname(path)) if (dirname(newpath) != dirname(path))