mirror of
https://github.com/bitwarden/android.git
synced 2025-12-12 00:08:00 -06:00
Adding more debug info
This commit is contained in:
parent
44ad1d34b0
commit
e37aa54a95
@ -20,7 +20,7 @@ module Supply
|
|||||||
|
|
||||||
def custom_promote_track
|
def custom_promote_track
|
||||||
UI.message("Using custom promotion logic")
|
UI.message("Using custom promotion logic")
|
||||||
track_from = client.tracks(Supply.config[:track]).first
|
track_from = client.tracks(Supply.config[:track], max_results: 500).first
|
||||||
unless track_from
|
unless track_from
|
||||||
UI.user_error!("Cannot promote from track '#{Supply.config[:track]}' - track doesn't exist")
|
UI.user_error!("Cannot promote from track '#{Supply.config[:track]}' - track doesn't exist")
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user