✨ 🎯 pluginLoader.ts
This commit is contained in:
@@ -3300,3 +3300,4 @@ export function cachePluginSettings(plugins: LoadedPlugin[]): void {
|
||||
function isRecord(value: unknown): value is Record<string, unknown> {
|
||||
return typeof value === 'object' && value !== null && !Array.isArray(value)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user