fix statusline error

This commit is contained in:
musistudio
2026-01-01 14:51:13 +08:00
parent 10c69a586b
commit d149517026
7 changed files with 198 additions and 114 deletions

View File

@@ -279,7 +279,7 @@ export const createServer = async (config: any): Promise<any> => {
// Return preset info, config uses the applied userValues configuration
return {
...presetFile,
config: loadConfigFromManifest(manifest),
config: loadConfigFromManifest(manifest, presetDir),
userValues: manifest.userValues || {},
};
} catch (error: any) {