jfischoff / tmp-postgres

Create temporary postgres instances
BSD 3-Clause "New" or "Revised" License
53 stars 17 forks source link

Use `typed-process` #287

Open 9999years opened 1 month ago

9999years commented 1 month ago

This vastly improves error messages by using typed-process instead of process.

This is largely another take on #253, except it improves the error messages for many more errors.