mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 15:09:33 +02:00
Pas2JS: fixed compilation after r63172 #4a6326ea3c
git-svn-id: trunk@63176 -
This commit is contained in:
parent
cbb6115663
commit
393279cd77
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user