Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Commit

Permalink
[cli] Print a log message before starting to clone a git repo (LangSt…
Browse files Browse the repository at this point in the history
…ream#451)

Co-authored-by: Nicolò Boschi <[email protected]>
  • Loading branch information
eolivelli and nicoloboschi authored Sep 20, 2023
1 parent ea8a704 commit accb94d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public static File downloadGithubRepository(URI uri, Consumer<String> logger) {
RequestedDirectory requestedDirectory = parseRequest(uri);

final Path directory = Files.createTempDirectory("langstream");
logger.accept(String.format("Cloning GitHub repository %s locally", uri));

final long start = System.currentTimeMillis();
Git.cloneRepository()
Expand Down

0 comments on commit accb94d

Please sign in to comment.