瀏覽代碼

pastojs: precompiled code: always store with unix line ending, write with platform line ending

git-svn-id: trunk@47742 -
(cherry picked from commit 07819e011571944e1419bc2c96cd77aee3139587)
Mattias Gaertner 4 年之前
父節點
當前提交
38fb90efbd
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/pastojs/src/fppas2js.pp

+ 1 - 0
packages/pastojs/src/fppas2js.pp

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