From ff3c73fd86cd503ca3a51ecfabc60b4f2c57c7c2 Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Tue, 21 May 2024 18:17:20 +0100 Subject: [PATCH] Add version comment --- FlowPluginsTs/FlowHelpers/1.0.0/classicPlugins.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/FlowPluginsTs/FlowHelpers/1.0.0/classicPlugins.ts b/FlowPluginsTs/FlowHelpers/1.0.0/classicPlugins.ts index 6923181..5ccf331 100644 --- a/FlowPluginsTs/FlowHelpers/1.0.0/classicPlugins.ts +++ b/FlowPluginsTs/FlowHelpers/1.0.0/classicPlugins.ts @@ -108,6 +108,7 @@ export const runClassicPlugin = async (args:IpluginInputArgs, type:'filter'|'tra footprintId: args.originalLibraryFile.footprintId, }; + // added in 2.19.01 if (typeof args.scanIndividualFile !== 'undefined') { args.jobLog('Scanning files using Node'); pluginInputFileObj = await args.scanIndividualFile(inputFileScanArgs, scanTypes);