From 1d1b941517f0fc0bf094420de0c3187d3e5c5fc8 Mon Sep 17 00:00:00 2001 From: rachfop Date: Thu, 2 May 2024 08:51:03 -0700 Subject: [PATCH] print --- src/Sync.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Sync.js b/src/Sync.js index 8ab37cf..5cc6230 100644 --- a/src/Sync.js +++ b/src/Sync.js @@ -207,11 +207,13 @@ class Sync { // Overwrite the files to the target directories await this.writeFiles(splicedFiles); // Delete the sync_repos directory - this.reportUnusedRepos(usedRepos); + await this.cleanUp(); this.progress.updateOperation("done"); this.progress.stop(); this.logger.info("snipsync operation complete"); + this.reportUnusedRepos(usedRepos); + console.log("done"); return; } // clear is the method that will remove snippets from target merge files