We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting an error with non-zero exit codes on a script when they timeout.
`panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0xc40a00]
goroutine 21578 [running]: github.com/gen0cide/laforge/core.(*Connection).ExecuteString.func4(0xc002606fc0) /home/emperorcow/go/src/github.com/gen0cide/laforge/core/connection.go:326 +0x8d0 created by github.com/gen0cide/laforge/core.PerformInTimeout /home/emperorcow/go/src/github.com/gen0cide/laforge/core/generic_job.go:125 +0x140 `
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Getting an error with non-zero exit codes on a script when they timeout.
`panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0xc40a00]
goroutine 21578 [running]:
github.com/gen0cide/laforge/core.(*Connection).ExecuteString.func4(0xc002606fc0)
/home/emperorcow/go/src/github.com/gen0cide/laforge/core/connection.go:326 +0x8d0
created by github.com/gen0cide/laforge/core.PerformInTimeout
/home/emperorcow/go/src/github.com/gen0cide/laforge/core/generic_job.go:125 +0x140
`
The text was updated successfully, but these errors were encountered: