Skip to content

Commit

Permalink
Fix addr in listen message
Browse files Browse the repository at this point in the history
  • Loading branch information
rawleyfowler authored Feb 1, 2024
1 parent 0130de2 commit 07308aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Humming-Bird/Core.rakumod
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ sub listen(Int:D $port, Str:D $addr = '0.0.0.0', :$no-block, :$timeout = 3, :$ba

say(
colored('Humming-Bird', 'green'),
" listening on port http://localhost:$port"
" listening on port http://$addr:$port"
);
say '';
say(
Expand Down

0 comments on commit 07308aa

Please sign in to comment.