Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
Target astilectron 0.53.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
maddie committed Apr 28, 2022
1 parent 96ea402 commit 1d07ee5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions astilectron.go
Expand Up @@ -13,7 +13,7 @@ import (
// Versions
const (
DefaultAcceptTCPTimeout = 30 * time.Second
DefaultVersionAstilectron = "0.52.0"
DefaultVersionAstilectron = "0.53.0"
DefaultVersionElectron = "11.4.3"
)

Expand Down Expand Up @@ -222,7 +222,7 @@ func (a *Astilectron) listenTCP() (err error) {

// watchNoAccept checks whether a TCP connection is accepted quickly enough
func (a *Astilectron) watchNoAccept(timeout time.Duration, chanAccepted chan bool) {
//check timeout
// check timeout
if timeout == 0 {
timeout = DefaultAcceptTCPTimeout
}
Expand Down

0 comments on commit 1d07ee5

Please sign in to comment.