mirror of https://github.com/databricks/cli.git
This commit is contained in:
parent
11af4ba964
commit
75f3008b66
|
@ -111,8 +111,7 @@ func (d *Daemon) Release() error {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// The docs recommend calling Release if Wait is not called. This does not
|
// The docs for [os.Process.Release] recommend calling Release if Wait is not called.
|
||||||
// seem to be necessary since the functionality works without it. However, we
|
// It's probably not necessary but we call it just to be safe.
|
||||||
// we add it just to be safe.
|
|
||||||
return d.cmd.Process.Release()
|
return d.cmd.Process.Release()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue