Fix debug output viewing
This commit is contained in:
parent
f6e0b8a8b0
commit
ec72dd3909
1 changed files with 2 additions and 3 deletions
|
@ -895,10 +895,9 @@ function ZoteroProtocolHandler() {
|
||||||
var DebugExtension = {
|
var DebugExtension = {
|
||||||
loadAsChrome: false,
|
loadAsChrome: false,
|
||||||
|
|
||||||
newChannel: function () {
|
newChannel: function (uri) {
|
||||||
return new AsyncChannel(uri, function* () {
|
return new AsyncChannel(uri, function* () {
|
||||||
var ioService = Components.classes["@mozilla.org/network/io-service;1"]
|
this.contentType = "text/plain";
|
||||||
.getService(Components.interfaces.nsIIOService);
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
return Zotero.Debug.get();
|
return Zotero.Debug.get();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue