fixed older plugins #881

This commit is contained in:
SPRINX0\prochazka 2024-09-04 16:20:06 +02:00
parent 6b31d728a8
commit a7509f511b

View File

@ -4,6 +4,7 @@
'dbgate-tools': dbgateTools,
'dbgate-sqltree': sqlTree,
};
window['DBGATE_TOOLS'] = dbgateTools;
const newPlugins = {};
for (const installed of installedPlugins || []) {