fix: Enable source-maps on WorkflowRunnerProcess in own mode (#4832)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2022-12-06 12:16:49 +01:00
committed by GitHub
parent 8c9681e8ce
commit 9485e2f12a
6 changed files with 7 additions and 9 deletions

View File

@@ -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';