extension-create 3.5.0 → 3.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/dist/module.cjs +1 -1
- package/package.json +1 -1
package/dist/module.cjs
CHANGED
|
@@ -144,7 +144,7 @@ function initializingGitForRepositoryError(projectName, error) {
|
|
|
144
144
|
return `${external_pintor_default().red('Error')} Couldn't initialize ${external_pintor_default().yellow('git')} for ${external_pintor_default().blue(projectName)}.\n${external_pintor_default().red(String(error?.message || error))}\n${external_pintor_default().red('Next step: retry initialization or create the repository manually.')}`;
|
|
145
145
|
}
|
|
146
146
|
function installingDependencies() {
|
|
147
|
-
return `${statusPrefix} Installing project-specific dependencies
|
|
147
|
+
return `${statusPrefix} Installing project-specific dependencies... ${external_pintor_default().gray('(This may take a moment)')}`;
|
|
148
148
|
}
|
|
149
149
|
function installingBuildDependencies(dependencies) {
|
|
150
150
|
return `${statusPrefix} Installing general build dependencies... ${external_pintor_default().gray('(This may take a moment)')}`;
|