We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11fe1fb commit c658432Copy full SHA for c658432
.github/actions/find/src/pluginManager/pluginFileLoaders.ts
@@ -36,7 +36,7 @@ export async function loadPluginViaTsFile(pluginFolderPath: string): Promise<Plu
36
37
const base64CompiledPlugin = Buffer.from(outputFileContents).toString('base64')
38
return dynamicImport(`data:text/javascript;base64,${base64CompiledPlugin}`)
39
- } catch (e) {
+ } catch {
40
core.warning(`Error loading plugin at path: ${pluginEntryPath}`)
41
}
42
0 commit comments