Bug 1004395 - Uplift Add-on SDK to Firefox r=me
This commit is contained in:
@@ -50,7 +50,8 @@ function PlainTextConsole(print, innerID) {
|
||||
prefix: self.name + ": ",
|
||||
maxLogLevel: logLevel,
|
||||
dump: print,
|
||||
innerID: innerID
|
||||
innerID: innerID,
|
||||
consoleID: "addon/" + self.id
|
||||
};
|
||||
let console = new ConsoleAPI(consoleOptions);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user