Do not attempt to send null messages. This removes a JS error and noise on stderr for debug builds.
This commit is contained in:
Родитель
168a912e3f
Коммит
7c26c098db
|
@ -271,6 +271,9 @@
|
|||
<parameter name="aMsg"/>
|
||||
<body>
|
||||
<![CDATA[
|
||||
if (!aMsg)
|
||||
return;
|
||||
|
||||
var re = /^\/raw (.*)/;
|
||||
var msg = aMsg.match(re);
|
||||
if (msg)
|
||||
|
|
Загрузка…
Ссылка в новой задаче