@magicspace/core
Advanced tools
Comparing version 0.2.32 to 0.2.33
@@ -61,3 +61,3 @@ "use strict"; | ||
} | ||
if (!/fatal: No such remote:/.test(error.stderr)) { | ||
if (!/(?:error|fatal): No such remote:/.test(error.stderr)) { | ||
(_a = this.logger) === null || _a === void 0 ? void 0 : _a.stderr(error.stderr); | ||
@@ -64,0 +64,0 @@ throw new Error('Error removing magicspace remote'); |
{ | ||
"name": "@magicspace/core", | ||
"version": "0.2.32", | ||
"version": "0.2.33", | ||
"publishConfig": { | ||
@@ -38,3 +38,3 @@ "access": "public" | ||
}, | ||
"gitHead": "ca4b744f4313bc552ad4431de6b07958b2bd6fe7" | ||
"gitHead": "638613b0018a6f86c9c9b4d1c5941cc3a84d61b4" | ||
} |
@@ -73,3 +73,3 @@ import * as Path from 'path'; | ||
if (!/fatal: No such remote:/.test(error.stderr)) { | ||
if (!/(?:error|fatal): No such remote:/.test(error.stderr)) { | ||
this.logger?.stderr(error.stderr); | ||
@@ -76,0 +76,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
129868