зеркало из https://github.com/mozilla/pjs.git
Bug 314613 - Extension manager messages in Error Console. patch=Nick Thomas (cf), r=rob_strong
This commit is contained in:
Родитель
2d97cacfa0
Коммит
e9242e8802
|
@ -527,9 +527,10 @@ function removeDirRecursive(dir) {
|
|||
* The string to write to the error console..
|
||||
*/
|
||||
function LOG(string) {
|
||||
if (gLoggingEnabled)
|
||||
if (gLoggingEnabled) {
|
||||
dump("*** " + string + "\n");
|
||||
gConsole.logStringMessage(string);
|
||||
gConsole.logStringMessage(string);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Загрузка…
Ссылка в новой задаче