Skip to content

Commit

Permalink
ci: try fix horrible shit show 19 (cleanup, Jebus)
Browse files Browse the repository at this point in the history
  • Loading branch information
larpon committed Oct 10, 2024
1 parent 6824b6b commit 3721ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/emulator/emulator.v
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ pub fn Emulator.list_avds() !map[string]string {
list_cmd := [emulator_exe, '-list-avds']
list_res := util.run_or_error(list_cmd)!
list := list_res.split('\n').filter(it != '').filter(!it.contains(' '))
m := map[string]string{}
mut m := map[string]string{}
for entry in list {
m[entry] = entry // TODO: should be a path to the AVD...
}
Expand Down

0 comments on commit 3721ab6

Please sign in to comment.