properties icon indicating copy to clipboard operation
properties copied to clipboard

saveSections = false still creates the sections in the property file

Open gabcen opened this issue 2 years ago • 1 comments

Using saveSections = false has no difference in the behavior, the sections are created anyway after saving the properties file.

gabcen avatar Apr 22 '22 12:04 gabcen

add the encoding,like: let properties = propertiesReader(filePath, "utf-8", {writer: { saveSections : false }});

cosa88 avatar Jul 05 '22 06:07 cosa88