Skip to content

Commit 7b592b0

Browse files
committed
chore: warn on unknown inline create-if-not-found location
1 parent 09524f9 commit 7b592b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/formatters/captureChoiceFormatter.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,9 @@ export class CaptureChoiceFormatter extends CompleteFormatter {
497497
}
498498
}
499499

500+
log.logWarning(
501+
`Unknown createIfNotFoundLocation: ${this.choice.insertAfter?.createIfNotFoundLocation}`,
502+
);
500503
return this.fileContent;
501504
}
502505

0 commit comments

Comments
 (0)