Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a test failure in node >=12 due to util.format edge case change
THis is a slight change in how `log.info(undefined, 'some message')` is rendered by Bunyan, but that's been a fact since node v12. nodejs/node#23162 was the relevant change.
- Loading branch information