@base44-preview/cli 0.0.22-pr.139.8471c1e → 0.0.22-pr.139.d612098
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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -31475,7 +31475,7 @@ async function runTask(startMessage, operation, options) {
|
|
|
31475
31475
|
//#region src/cli/utils/prompts.ts
|
|
31476
31476
|
/**
|
|
31477
31477
|
* Standard onCancel handler for prompt groups.
|
|
31478
|
-
|
|
31478
|
+
g * Throws CLIExitError(0) for graceful exit when the user cancels.
|
|
31479
31479
|
*/
|
|
31480
31480
|
const onPromptCancel = () => {
|
|
31481
31481
|
xe("Operation cancelled.");
|