Merge pull request #5273 from bonanitech/5272-fix

Remove empty if block
This commit is contained in:
Nick O'Leary
2025-09-24 10:29:58 +01:00
committed by GitHub

View File

@@ -308,10 +308,6 @@ async function loadPluginConfig(fileInfo) {
// isEnabled = info.enabled;
// }
if (!fs.existsSync(jsFile)) {
}
var plugin = {
type: "plugin",
id: id,