You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -200,6 +207,10 @@ export async function migratePathTrustFromPluginPaths(
200
207
if(existing.state==="valid"){
201
208
returnexisting.store;
202
209
}
210
+
if(existing.state==="invalid"){
211
+
logger.warn`refusing path-trust migration from a corrupt store at ${pathTrustPath(home)}: delete the file to re-seed from settings.pluginPaths or re-consent through add-by-path`;
0 commit comments