We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42793f8 commit f9a1b28Copy full SHA for f9a1b28
integration-tests/unexpected-patch-creation-failure/unexpected-patch-creation-failure.sh
@@ -9,7 +9,7 @@ echo "modify left-pad"
9
npx replace leftPad patchPackage node_modules/left-pad/index.js
10
11
echo "force patch-package to fail"
12
-npx replace 'parsePatchFile\(' 'blarseBlatchBlile(' node_modules/@unts/patch-package/dist/makePatch.js
+npx replace 'parsePatchFile\)\(' 'blarseBlatchBlile)(' node_modules/@unts/patch-package/dist/makePatch.js
13
14
echo "there is no error log file"
15
if ls ./patch-package-error.json.gz
0 commit comments