mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-05 22:05:40 +00:00
Bug 596751: Typo is making some logging fail. r=robstrong, a=dtownsend
This commit is contained in:
parent
e60f4367a7
commit
5e344c17ad
@ -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"].
|
||||
|
Loading…
x
Reference in New Issue
Block a user