Skip to content

Commit

Permalink
fix: respect disablePlugins from config
Browse files Browse the repository at this point in the history
  • Loading branch information
popstas committed Apr 13, 2024
1 parent c7a829f commit 856244a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ async function onScan(url, args, socket) {
delete(program.consoleValidate);
delete(program.influxdb);
delete(program.urls);
program.disablePlugins = [];
program.disablePlugins = config.disablePlugins || [];

program.exitOverride();
try {
Expand Down

0 comments on commit 856244a

Please sign in to comment.