print a debug message when we catch execptions from the console.
This commit is contained in:
rginda%netscape.com 2001-05-13 21:20:41 +00:00
Родитель d8775c5186
Коммит 15d541293e
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -44,6 +44,8 @@ function con_eval(__s)
}
catch (__ex)
{
dd ("doEval caught: " + __ex);
if (__ex.fileName && __ex.fileName.search (/venkman-eval.js$/) != -1)
{
__ex.fileName = MSG_VAL_CONSOLE;