-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Line 75 in e90f3d9
| const { noTimestamp, noFilename, onlyMessage, noColor } = prettyOpts; |
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)
Metadata
Metadata
Assignees
Labels
No labels