mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
ci: Fix forceConsistentCasingInFileNames for aliased paths (no-changelog) (#10598)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { isTraversableObject, jsonParse } from '../../utils';
|
||||
import type { IDataObject, INode, JsonObject } from '@/Interfaces';
|
||||
import type { IDataObject, INode, JsonObject } from '../../Interfaces';
|
||||
import { ExecutionBaseError } from './execution-base.error';
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { INode, JsonObject } from '@/Interfaces';
|
||||
import type { INode, JsonObject } from '../Interfaces';
|
||||
import type { NodeOperationErrorOptions } from './node-api.error';
|
||||
import { NodeError } from './abstract/node.error';
|
||||
import { ApplicationError } from './application.error';
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { INode } from '@/Interfaces';
|
||||
import type { INode } from '../Interfaces';
|
||||
import { ExecutionBaseError } from './abstract/execution-base.error';
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user