mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(cli): avoid scanning unnecessary directories on windows (#4082)
fixes #4007 Ticket: N8N-4603
This commit is contained in:
committed by
GitHub
parent
dd2b55e352
commit
84b56eb48e
@@ -1,7 +1,6 @@
|
||||
import { IExecuteFunctions } from 'n8n-core';
|
||||
import { INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow';
|
||||
import glob from 'fast-glob';
|
||||
import path from 'path';
|
||||
|
||||
import { readFile as fsReadFile } from 'fs/promises';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user