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 fbd11b1 commit f2c4978Copy full SHA for f2c4978
1 file changed
src/plugins/tools.ts
@@ -1022,7 +1022,7 @@ export function ensureStandalonePluginToolRegistryLoaded(params: {
1022
}): PluginRegistry | undefined {
1023
const loadState = resolvePluginToolLoadState(params);
1024
if (!loadState) {
1025
- return;
+ return undefined;
1026
}
1027
const registry = ensureStandaloneRuntimePluginRegistryLoaded({
1028
surface: "channel",
0 commit comments