зеркало из https://github.com/mozilla/pjs.git
playback bugfix from kin
This commit is contained in:
Родитель
70807cd4bb
Коммит
208e8da442
|
@ -618,7 +618,7 @@ function EditorExecuteScript(fileSpec)
|
|||
++lineNum;
|
||||
|
||||
try { eval(buf.value); }
|
||||
catch(ex) { dump("Playback ERROR: Line " + lineNum + " " + ex + "\n"); }
|
||||
catch(ex) { dump("Playback ERROR: Line " + lineNum + " " + ex + "\n"); return; }
|
||||
}
|
||||
|
||||
buf.value = null;
|
||||
|
|
Загрузка…
Ссылка в новой задаче