Reload configuration before updating plugs

pull/1183/head
Zef Hemel 2024-12-14 09:42:46 +01:00
parent 6e4742de11
commit a56db78194
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ const plugsPrelude =
export async function updatePlugsCommand() {
await editor.save();
await editor.flashNotification("Updating plugs...");
await system.reloadConfig();
try {
const plugList: string[] = [];
const configPlugs: any[] = await system.getSpaceConfig("plugs", []);