зеркало из 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,7 +349,8 @@ function cleanUpUpdatesDir() {
|
|||
var dir = f.parent.parent;
|
||||
var logFile = dir.clone();
|
||||
logFile.append(FILE_LAST_LOG);
|
||||
logFile.remove(false);
|
||||
if (logFile.exists())
|
||||
logFile.remove(false);
|
||||
f.copyTo(dir, FILE_LAST_LOG);
|
||||
}
|
||||
catch (e) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче