mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 03:16:10 +02:00
pas2jsdsgn: fixed run params quotes
git-svn-id: trunk@61456 -
This commit is contained in:
parent
f2c28d2c05
commit
31233a6f93
@ -75,14 +75,14 @@ Procedure SetDefaultWebRunParams(RunParams : TAbstractRunParamsOptionsMode);
|
||||
|
||||
begin
|
||||
ResetRunParams(RunParams);
|
||||
RunParams.LaunchingApplicationPathPlusParams:='$(Pas2JSBrowser) $(Pas2JSProjectURL)';
|
||||
RunParams.LaunchingApplicationPathPlusParams:='"$(Pas2JSBrowser)" "$(Pas2JSProjectURL)"';
|
||||
end;
|
||||
|
||||
Procedure SetDefaultNodeRunParams(RunParams : TAbstractRunParamsOptionsMode);
|
||||
|
||||
begin
|
||||
ResetRunParams(RunParams);
|
||||
RunParams.LaunchingApplicationPathPlusParams:='$(Pas2JSNodeJS) "$MakeDir($(ProjPath))$NameOnly($(ProjFile)).js"';
|
||||
RunParams.LaunchingApplicationPathPlusParams:='"$(Pas2JSNodeJS)" "$MakeDir($(ProjPath))$NameOnly($(ProjFile)).js"';
|
||||
end;
|
||||
|
||||
Procedure SetPasJSCompileOptions(CompOpts: TLazCompilerOptions;
|
||||
|
Loading…
Reference in New Issue
Block a user