print command name on failure, not "[Object object]"
This commit is contained in:
rginda%netscape.com 2002-02-07 07:29:37 +00:00
Родитель 24b5b104be
Коммит 4519c3331f
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -160,7 +160,8 @@ function dispatch (text, e, flags)
}
catch (ex)
{
display (getMsg(MSN_ERR_INTERNAL_DISPATCH, ary[0]), MT_ERROR);
display (getMsg(MSN_ERR_INTERNAL_DISPATCH, ary[0].name),
MT_ERROR);
display (formatException(ex), MT_ERROR);
}
break;