Merge pull request #6391 from jonyhy96/fix-placeholder
This commit is contained in:
commit
4045b7ce86
@ -86,7 +86,7 @@ func (t *Task) Namespace() string {
|
||||
}
|
||||
|
||||
// PID of the task
|
||||
func (t *Task) PID(_ctx context.Context) (uint32, error) {
|
||||
func (t *Task) PID(_ context.Context) (uint32, error) {
|
||||
return uint32(t.pid), nil
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user