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 4a6fdc1 commit 0355c22Copy full SHA for 0355c22
npm/workspace.bzl
@@ -26,6 +26,7 @@ def _npm_import_external_impl(ctx, plugins):
26
"-c",
27
"patch %s < %s" % (patch_args, ctx.path(patch)),
28
])
29
+
30
# Ignore return code 2, which signals the patch has already been applied
31
if patch_result.return_code != 0 and patch_result.return_code != 2:
32
fail("Could not apply patch %s: %s" % (patch, patch_result.stderr))
0 commit comments