mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
fix: Enable source-maps on WorkflowRunnerProcess in own mode (#4832)
This commit is contained in:
committed by
GitHub
parent
8c9681e8ce
commit
9485e2f12a
@@ -12,7 +12,7 @@ import {
|
||||
IRun,
|
||||
} from 'n8n-workflow';
|
||||
|
||||
import { ChildProcess } from 'child_process';
|
||||
import type { ChildProcess } from 'child_process';
|
||||
import { stringify } from 'flatted';
|
||||
import PCancelable from 'p-cancelable';
|
||||
import * as Db from '@/Db';
|
||||
|
||||
Reference in New Issue
Block a user