@wireapp/copy-config 2.3.4 → 2.3.9-beta.48.a0e2528f5
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/lib/CopyConfig.js +1 -1
- package/package.json +2 -2
package/lib/CopyConfig.js
CHANGED
|
@@ -160,7 +160,7 @@ class CopyConfig {
|
|
|
160
160
|
await this.removeBasedir();
|
|
161
161
|
}
|
|
162
162
|
if (stderrVersion) {
|
|
163
|
-
this.logger?.error(`No git installation found: (error: "${stderrVersion}"). Trying to download the zip file
|
|
163
|
+
this.logger?.error(`No git installation found: (error: "${stderrVersion}"). Trying to download the zip file...`);
|
|
164
164
|
}
|
|
165
165
|
if (stderrVersion || this.options.forceDownload) {
|
|
166
166
|
if (bareUrl.startsWith('git')) {
|
package/package.json
CHANGED