nexusql 0.9.3 → 0.9.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -3705,7 +3705,7 @@ ${commentSql}`;
3705
3705
  }
3706
3706
  spinner.succeed("Checked comment changes");
3707
3707
  } catch (error) {
3708
- spinner.fail("Failed to generate migration diff");
3708
+ spinner.fail(`Failed to generate migration diff: ${error}`);
3709
3709
  throw error;
3710
3710
  } finally {
3711
3711
  spinner.start("Cleaning up temp database...");