This commit is contained in:
brade%netscape.com 1999-08-03 14:34:23 +00:00
Родитель 70807cd4bb
Коммит 208e8da442
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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;