mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
chore: Remove unused @ts-ignore's (no-changelog) (#12198)
This commit is contained in:
@@ -85,9 +85,7 @@ export async function buildFiles({
|
||||
|
||||
// Forward the output of the child process to the main one
|
||||
// that the user can see what is happening
|
||||
// @ts-ignore
|
||||
buildProcess.stdout.pipe(process.stdout);
|
||||
// @ts-ignore
|
||||
buildProcess.stderr.pipe(process.stderr);
|
||||
|
||||
// Make sure that the child process gets also always terminated
|
||||
|
||||
Reference in New Issue
Block a user