postgres-migrations
postgres-migrations copied to clipboard
rename cause to reason to avoid esnext conflicts
Hey, thanks for the PR.
Could you look at #85 and tell me if you think this would be better written as cause: Error
instead of reason: string
?
Thanks
Will do a second PR and see what's happening using an Error as cause
Hey, thanks for the PR.
Could you look at #85 and tell me if you think this would be better written as
cause: Error
instead ofreason: string
?Thanks
Works with using type Error for cause. New PR https://github.com/ThomWright/postgres-migrations/pull/88