mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(Code Node): Switch over to vm2 fork (#7018)
[Fork is here](https://github.com/n8n-io/vm2). Currently there are no modifications in it.
This commit is contained in:
committed by
GitHub
parent
9ca990b993
commit
dfe0fa65f8
@@ -1,4 +1,4 @@
|
||||
import { NodeVM, makeResolverFromLegacyOptions } from 'vm2';
|
||||
import { NodeVM, makeResolverFromLegacyOptions } from '@n8n/vm2';
|
||||
import type { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow';
|
||||
|
||||
import { ValidationError } from './ValidationError';
|
||||
|
||||
Reference in New Issue
Block a user