Suppress error on window closing
This commit is contained in:
parent
04b06ef084
commit
b1b886d27d
@ -38,7 +38,7 @@
|
||||
}
|
||||
|
||||
var messageListener = function(aMessage) {
|
||||
mydump('CONTENT MESSAGE LISTENED <'+global.content.location+'>');
|
||||
mydump('CONTENT MESSAGE LISTENED <'+(global.content && global.content.location)+'>');
|
||||
mydump(JSON.stringify(aMessage.json));
|
||||
switch (aMessage.json.command)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user