Skip to content

Commit

Permalink
emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed May 15, 2024
1 parent d3283f8 commit 33d4a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/judges/commands/update.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def cycle(packs, fb, impex, options)
errors = []
diff = 0
done = packs.each_with_index do |p, i|
@loog.info("Running #{p.dir.to_rel} (##{i})...")
@loog.info("👍 Running #{p.name} (##{i}) at #{p.dir.to_rel}...")
before = fb.size
begin
p.run(fb, options)
Expand Down

0 comments on commit 33d4a8a

Please sign in to comment.