Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
matteriot committed Aug 27, 2023
1 parent 025ce51 commit 3d6c7d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func main() {

//export Run
func Run() {
client.Run()
go client.Run()
}

func buildVersion(version, commit, date, builtBy string) string {
Expand Down

0 comments on commit 3d6c7d6

Please sign in to comment.