Skip to content

Commit

Permalink
print
Browse files Browse the repository at this point in the history
  • Loading branch information
rachfop committed May 2, 2024
1 parent b39df74 commit 1d1b941
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d1b941

Please sign in to comment.