mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-27 19:09:47 +00:00
Bug 900944 - OS.File LOG now actually logs. r=froydnj
This commit is contained in:
parent
9aa61b2c24
commit
cba68435bc
@ -107,10 +107,7 @@ if (typeof console != "undefined" && console.log) {
|
||||
gLogger = console.log.bind(console, "OS");
|
||||
} else {
|
||||
gLogger = function(...args) {
|
||||
let text = "OS";
|
||||
for (let i = 0; i < args.length; ++i) {
|
||||
text += (" " + args[i]);
|
||||
}
|
||||
dump("OS " + args.join(" ") + "\n");
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user