Skip to content

Commit e506778

Browse files
committed
update desc
1 parent 5773db5 commit e506778

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/diff-updater/update.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ type AppliedPatchResult = {
7171
nextPatchTask?: Promise<AppliedPatchResult | null>;
7272
};
7373

74+
/**
75+
* Extends the ApplyPatchParams interface to include a flag indicating whether
76+
* the patch is being applied recursively to hide it from the user.
77+
*/
7478
type ApplyPatchParamsWithRecursiveFlag = ApplyPatchParams & {
7579
/**
7680
* Indicates whether the patch is being applied recursively.

0 commit comments

Comments
 (0)