https://github.com/thanpolas/logality/blob/e90f3d9ae52ab723293f7c34026990622be9c74c/app/pretty-print.js#L75 Just wanted to let you know, that this line compiles into this (can view here: https://www.npmjs.com/package/logality/v/3.1.3?activeTab=explore) ``` const noTimestamp = !!prettyOpts?.noTimestamp; const noFilename = !!prettyOpts?.noFilename; const onlyMessage = !!prettyOpts?.onlyMessage; ``` making it incompatible with older node versions (tried it with node v12.18.2)
logality/app/pretty-print.js
Line 75 in e90f3d9
Just wanted to let you know, that this line compiles into this (can view here: https://www.npmjs.com/package/logality/v/3.1.3?activeTab=explore)
making it incompatible with older node versions (tried it with node v12.18.2)