feat: add log in reset state

This commit is contained in:
tdurieux
2023-02-22 09:44:35 +01:00
parent 7422a3a262
commit a558a6c2bd

View File

@@ -288,6 +288,7 @@ export default class Repository {
}
// remove cache
await this.removeCache();
console.log(`[RESET] ${this._model.repoId} has been reset`);
}
/**