@bragduck/cli 2.18.0 → 2.18.1
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/bin/bragduck.js +2 -1
- package/dist/bin/bragduck.js.map +1 -1
- package/package.json +1 -1
package/dist/bin/bragduck.js
CHANGED
|
@@ -5347,12 +5347,13 @@ async function syncCommand(options = {}) {
|
|
|
5347
5347
|
logger.log("");
|
|
5348
5348
|
}
|
|
5349
5349
|
}
|
|
5350
|
+
process.exit(0);
|
|
5350
5351
|
} catch (error) {
|
|
5351
5352
|
if (error instanceof CancelPromptError) {
|
|
5352
5353
|
logger.log("");
|
|
5353
5354
|
logger.info(theme.secondary("Sync cancelled."));
|
|
5354
5355
|
logger.log("");
|
|
5355
|
-
|
|
5356
|
+
process.exit(0);
|
|
5356
5357
|
}
|
|
5357
5358
|
const err = error;
|
|
5358
5359
|
logger.log("");
|