feat: 增加更多的同步配置日志

This commit is contained in:
xream
2025-03-16 15:48:47 +08:00
parent b95eb39694
commit d7930bfc6b
5 changed files with 26 additions and 4 deletions

View File

@@ -280,7 +280,7 @@ export default class Gist {
return Promise.reject(err);
}
} else {
return Promise.reject('找不到 Sub-Store Gist');
return Promise.reject(`找不到 Sub-Store Gist (${this.key})`);
}
}
}