logality icon indicating copy to clipboard operation
logality copied to clipboard

Versatile JSON Logger

Results 1 logality issues
Sort by recently updated
recently updated
newest added

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;...