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/cli.js CHANGED
@@ -3465,7 +3465,7 @@ ${commentSql}`;
3465
3465
  }
3466
3466
  spinner.succeed("Checked comment changes");
3467
3467
  } catch (error) {
3468
- spinner.fail("Failed to generate migration diff");
3468
+ spinner.fail(`Failed to generate migration diff: ${error}`);
3469
3469
  throw error;
3470
3470
  } finally {
3471
3471
  spinner.start("Cleaning up temp database...");