зеркало из https://github.com/mozilla/pjs.git
- not built -
print a debug message when we catch execptions from the console.
This commit is contained in:
Родитель
d8775c5186
Коммит
15d541293e
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче