Skip to content

Commit

Permalink
🪲 (main.go) fix to crash on selecting
Browse files Browse the repository at this point in the history
fix to recker crash on selecting above the top on sandbox directory
  • Loading branch information
Comamoca committed Feb 14, 2023
1 parent 691b2f5 commit 819cedf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,8 @@ func main() {
return ""
}

if i == 0 {
return ""
}

return fmt.Sprintf("Name: %s\n\n%s",
repos[i].name, repos[i].readme)
list[i].name, list[i].readme)
}))
if err != nil {
}
Expand Down

0 comments on commit 819cedf

Please sign in to comment.