domdinnes / node-flyway

Apply version control to databases from within a Node.js application.
23 stars 6 forks source link

Log input string when JSON parsing fails (fixes domdinnes#32) #33

Closed cadam11 closed 1 month ago

cadam11 commented 1 month ago

Fix: Add Logging for Unparseable JSON Responses

Description

This PR addresses issue #32, which reports errors when users run commands through the wrapper, resulting in unparseable JSON responses.

Changes Made