зеркало из https://github.com/mozilla/pjs.git
Bug 596751: Typo is making some logging fail. r=robstrong, a=dtownsend
This commit is contained in:
Родитель
0017a1b17a
Коммит
2b9c4eda2a
|
@ -555,7 +555,7 @@ function loadManifestFromDir(aDir) {
|
|||
let file = aDir.clone();
|
||||
file.append(FILE_INSTALL_MANIFEST);
|
||||
if (!file.exists() || !file.isFile())
|
||||
throw new Error("Directory " + dir.path + " does not contain a valid " +
|
||||
throw new Error("Directory " + aDir.path + " does not contain a valid " +
|
||||
"install manifest");
|
||||
|
||||
let fis = Cc["@mozilla.org/network/file-input-stream;1"].
|
||||
|
|
Загрузка…
Ссылка в новой задаче