Skip to content

Commit

Permalink
improvement: log awaiting user response in BloopInstall
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkoenig authored Aug 29, 2023
1 parent f371c35 commit 9471c97
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ final class BloopInstall(
scribe.info(s"skipping build import with status '${result.name}'")
Future.successful(result)
case _ =>
scribe.debug("Awaiting user response...")
for {
userResponse <- requestImport(
buildTools,
Expand Down

0 comments on commit 9471c97

Please sign in to comment.