Skip to content

Commit

Permalink
Prevent infinite loops
Browse files Browse the repository at this point in the history
  • Loading branch information
electrikmilk committed Feb 23, 2024
1 parent d214df0 commit a3a9d7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ func makeCustomActionsHeader() {
customActionsHeader.WriteString(" }\n")
}

customActionsHeader.WriteString(" output(nil)")
customActionsHeader.WriteString(" }\n }\n}")

lines = append([]string{customActionsHeader.String()}, lines...)
Expand Down

0 comments on commit a3a9d7f

Please sign in to comment.