Do not attempt to send null messages. This removes a JS error and noise on stderr for debug builds.

This commit is contained in:
Florian Quèze 2008-11-18 17:23:56 +01:00
Родитель 168a912e3f
Коммит 7c26c098db
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -271,6 +271,9 @@
<parameter name="aMsg"/>
<body>
<![CDATA[
if (!aMsg)
return;
var re = /^\/raw (.*)/;
var msg = aMsg.match(re);
if (msg)