diff --git a/src/Repository.ts b/src/Repository.ts index 4825fc7..1f17725 100644 --- a/src/Repository.ts +++ b/src/Repository.ts @@ -288,6 +288,7 @@ export default class Repository { } // remove cache await this.removeCache(); + console.log(`[RESET] ${this._model.repoId} has been reset`); } /**