mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
refactor(core): Include native Python option in Code node (#18331)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { UserError } from 'n8n-workflow';
|
||||
|
||||
export class NativePythonWithoutRunnerError extends UserError {
|
||||
constructor() {
|
||||
super('To use native Python, please use runners by setting `N8N_RUNNERS_ENABLED=true`.');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user