From 8da5bd25794078e4815b3866b3839c1cf805793b Mon Sep 17 00:00:00 2001 From: David Sheldrick Date: Mon, 3 Jul 2023 19:16:00 +0100 Subject: [PATCH] comment about --rebase --- src/makePatch.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/makePatch.ts b/src/makePatch.ts index acd620c8..4dc0e6dc 100644 --- a/src/makePatch.ts +++ b/src/makePatch.ts @@ -227,6 +227,7 @@ export function makePatch({ cwd: tmpRepo.name, }) ) { + // TODO: add better error message once --rebase is implemented console.error( `Failed to apply patch ${patchDetails.patchFilename} to ${packageDetails.pathSpecifier}`, )