We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af2b3a3 commit f720c05Copy full SHA for f720c05
lib/cli/ui/stdout_router.rb
@@ -156,7 +156,7 @@ def with_id(on_streams:)
156
end
157
158
require 'securerandom'
159
- id = format("%05d", rand(100))
+ id = format("%05d", rand(10**5))
160
Thread.current[:cliui_output_id] = {
161
id: id,
162
streams: on_streams
lib/cli/ui/version.rb
@@ -1,5 +1,5 @@
1
module CLI
2
module UI
3
- VERSION = "1.1.2"
+ VERSION = "1.1.3"
4
5
0 commit comments