fix(core): Fix credentials lazy-loading (no-changelog) (#6615)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-07-10 17:57:26 +02:00
committed by GitHub
parent d8909ab8b0
commit 07744986ea
5 changed files with 40 additions and 32 deletions

View File

@@ -167,6 +167,7 @@ export abstract class DirectoryLoader {
this.known.credentials[tempCredential.name] = {
className: credentialName,
sourcePath: filePath,
extends: tempCredential.extends,
};
this.credentialTypes[tempCredential.name] = {