Pas2JS: fixed compilation after r63172 #4a6326ea3c

git-svn-id: trunk@63176 -
This commit is contained in:
maxim 2020-05-17 14:23:12 +00:00
parent cbb6115663
commit 393279cd77

View File

@ -428,7 +428,7 @@ begin
if baoUseBrowserConsole in Options then
Content:=ConsoleDiv;
if baoShowException in Options then
Runscript:='rtl.showUncaughtExceptions=true;'+LineEnding+' ';
Runscript:='rtl.showUncaughtExceptions=true;'+LineEnding+' '
else
RunScript:='';
if baoRunOnReady in Options then