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