mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 08:29:28 +02:00
pastojs: precompiled code: always store with unix line ending, write with platform line ending
git-svn-id: trunk@47742 -
This commit is contained in:
parent
2df2986a4b
commit
07819e0115
@ -19503,6 +19503,7 @@ begin
|
||||
aJSWriter.Options:=DefaultJSWriterOptions;
|
||||
aJSWriter.IndentSize:=2;
|
||||
aJSWriter.SkipCurlyBrackets:=true;
|
||||
aJSWriter.Writer.LineBreak:=#10;
|
||||
aJSWriter.WriteJS(El);
|
||||
Result:=aWriter.AsString;
|
||||
finally
|
||||
|
Loading…
Reference in New Issue
Block a user