overleaf/services/document-updater/app/coffee/LoggerSerializers.coffee

11 lines
214 B
CoffeeScript
Raw Normal View History

showLength = (thing) ->
"length: #{thing?.length}"
module.exports =
# replace long values with their length
lines: showLength
oldLines: showLength
newLines: showLength
ranges: showLength
update: showLength