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 +1 -1
- package/dist/cli.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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(
|
|
3708
|
+
spinner.fail(`Failed to generate migration diff: ${error}`);
|
|
3709
3709
|
throw error;
|
|
3710
3710
|
} finally {
|
|
3711
3711
|
spinner.start("Cleaning up temp database...");
|