chore: Upgrade nodelinter to 1.16.3 (#11286)

This commit is contained in:
Iván Ovejero
2024-10-18 09:22:24 +02:00
committed by GitHub
parent a042d5c8e6
commit 8e5292cf6c
11 changed files with 12 additions and 18 deletions

View File

@@ -277,7 +277,6 @@ export class DebugHelper implements INodeType {
message: throwErrorMessage,
});
case 'Error':
// eslint-disable-next-line n8n-nodes-base/node-execute-block-wrong-error-thrown
throw new ApplicationError(throwErrorMessage);
default:
break;