We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 610d567 commit b967e8bCopy full SHA for b967e8b
.gitignore
@@ -5,7 +5,6 @@
5
6
# Node artifact files
7
node_modules/
8
-dist/
9
10
# Compiled Java class files
11
*.class
cmd/root.go
@@ -278,10 +278,7 @@ func (m *model) listenForPRChanges() {
278
}
279
280
func Execute() {
281
- err := godotenv.Load()
282
- if err != nil {
283
- fmt.Println("Error loading .env file")
284
- }
+ godotenv.Load()
285
286
p := tea.NewProgram(&initialModel)
287
// Use the full size of the terminal in its "alternate screen buffer"
dist/prty
21.6 MB
0 commit comments