mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
fix(core): Stop creating icons directories (no-changelog) (#5431)
forgot to remove this in https://github.com/n8n-io/n8n/pull/5419
This commit is contained in:
committed by
GitHub
parent
9024e4dcc7
commit
0fb4d7fc19
@@ -63,9 +63,6 @@ export class LoadNodesAndCredentialsClass implements INodesAndCredentials {
|
|||||||
// eslint-disable-next-line @typescript-eslint/no-unsafe-call
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-call
|
||||||
module.constructor._initPaths();
|
module.constructor._initPaths();
|
||||||
|
|
||||||
await mkdir(path.join(GENERATED_STATIC_DIR, 'icons/nodes'), { recursive: true });
|
|
||||||
await mkdir(path.join(GENERATED_STATIC_DIR, 'icons/credentials'), { recursive: true });
|
|
||||||
|
|
||||||
await this.loadNodesFromBasePackages();
|
await this.loadNodesFromBasePackages();
|
||||||
await this.loadNodesFromDownloadedPackages();
|
await this.loadNodesFromDownloadedPackages();
|
||||||
await this.loadNodesFromCustomDirectories();
|
await this.loadNodesFromCustomDirectories();
|
||||||
|
|||||||
Reference in New Issue
Block a user