Skip to content

Commit 738cf18

Browse files
committed
fix(plugins): align loader cache scope typing
1 parent e497681 commit 738cf18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/plugins/loader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ function setCachedPluginRegistry(
554554

555555
function getReusableCachedPluginRegistry(params: {
556556
cacheKey: string;
557-
onlyPluginIds?: string[];
557+
onlyPluginIds: string[] | undefined;
558558
runtimeSubagentMode: "default" | "explicit" | "gateway-bindable";
559559
options: PluginLoadOptions;
560560
}):

0 commit comments

Comments
 (0)