LineGetter.historyCommitMode

History is normally only committed to the file when the program is terminating, but if you are losing data due to crashes, you might want to change this to historyCommitMode = HistoryCommitMode.afterEachLine;.

class LineGetter
HistoryCommitMode historyCommitMode;

Meta

History

Added January 26, 2021 (version 9.2)