зеркало из https://github.com/mozilla/pjs.git
fixes bug 313963 "last-update.log not created if it does not already exist" r=bsmedberg
This commit is contained in:
Родитель
f569af2d3c
Коммит
cdac605e4d
|
@ -349,6 +349,7 @@ function cleanUpUpdatesDir() {
|
|||
var dir = f.parent.parent;
|
||||
var logFile = dir.clone();
|
||||
logFile.append(FILE_LAST_LOG);
|
||||
if (logFile.exists())
|
||||
logFile.remove(false);
|
||||
f.copyTo(dir, FILE_LAST_LOG);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче