Skip to content

Commit

Permalink
Add fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelGoerentz committed Nov 7, 2024
1 parent 510c62d commit 9a05190
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/buffer.go
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@ func terminateProcessGracefully(cmd *exec.Cmd, stream ThisStream) {
cmd.Process.Signal(syscall.SIGKILL)
cmd.Wait()
deletPIDfromDisc(fmt.Sprintf("%d", cmd.Process.Pid))
// clientConnection(stream)
clientConnection(stream)
}
}

Expand Down
2 changes: 1 addition & 1 deletion threadfin.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ var GitHub = GitHubStruct{Branch: "Main", User: "marcelGoerentz", Repo: "Threadf
const Name = "Threadfin"

// Version : Version, die Build Nummer wird in der main func geparst.
const Version = "1.6.2-beta"
const Version = "1.6.3-beta"

// DBVersion : Datanbank Version
const DBVersion = "0.5.0"
Expand Down

0 comments on commit 9a05190

Please sign in to comment.