mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
[feature] Change header of file containing changes
This commit is contained in:
committed by
Sergey Konovalov
parent
fcb9a57a7d
commit
6fedd46126
@ -1045,5 +1045,5 @@ exports.isUselesSfc = function(row, cmd) {
|
||||
return !(row && commonDefines.FileStatus.SaveVersion === row.status && cmd.getStatusInfoIn() === row.status_info);
|
||||
};
|
||||
exports.getChangesFileHeader = function() {
|
||||
return `CHANGES|${commonDefines.buildVersion};`;
|
||||
return `CHANGES\t${commonDefines.buildVersion}\n`;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user