postgres icon indicating copy to clipboard operation
postgres copied to clipboard

Improve `onnotice` to actually not log anything when its config value is `false`

Open hughcrt opened this issue 11 months ago • 1 comments

This options can also accept false as a value, not only a function

hughcrt avatar Mar 19 '24 18:03 hughcrt

Hi @porsager, could you please merge this PR?

hughcrt avatar Apr 13 '24 22:04 hughcrt

A noop function () => {} is fine imo to ignore output

porsager avatar May 15 '24 11:05 porsager