@docubook/create 1.5.0 → 1.5.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/create.js +0 -5
- package/package.json +1 -1
package/create.js
CHANGED
|
@@ -76,11 +76,6 @@ program
|
|
|
76
76
|
try {
|
|
77
77
|
execSync(cloneCommand, { stdio: "inherit" });
|
|
78
78
|
spinner.succeed(`Docubook project successfully created in ${projectPath}!`);
|
|
79
|
-
} catch (err) {
|
|
80
|
-
spinner.fail("Error cloning project:");
|
|
81
|
-
console.error(err.message);
|
|
82
|
-
process.exit(1);
|
|
83
|
-
}
|
|
84
79
|
|
|
85
80
|
// Jalankan rename hanya jika Bun terdeteksi
|
|
86
81
|
if (checkBunInstalled()) {
|