git-diff-apply
Advanced tools
Comparing version 0.19.7 to 0.19.8
{ | ||
"name": "git-diff-apply", | ||
"version": "0.19.7", | ||
"version": "0.19.8", | ||
"description": "Use an unrelated remote repository to apply a git diff", | ||
@@ -68,4 +68,4 @@ "main": "src", | ||
"renovate-config-standard": "^2.0.0", | ||
"sinon": "^7.0.0" | ||
"sinon": "^8.0.0" | ||
} | ||
} |
@@ -252,2 +252,4 @@ 'use strict'; | ||
await go(); | ||
debug('success'); | ||
} catch (_err) { | ||
@@ -291,2 +293,4 @@ err = _err; | ||
if (err) { | ||
debug('failure'); | ||
throw err; | ||
@@ -293,0 +297,0 @@ } |
@@ -32,2 +32,4 @@ 'use strict'; | ||
if (status === 0) { | ||
debug(stdout); | ||
resolve(stdout); | ||
@@ -34,0 +36,0 @@ } else { |
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
19438
556