Clarified SIGTERM in shutdown comments
This commit is contained in:
parent
b61de69d62
commit
39bd95c850
|
@ -213,7 +213,8 @@ func (r *Runner) Start(ctxt context.Context, opts ...string) error {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// Shutdown shuts down the Chrome process.
|
// Shutdown shuts down the Chrome process. Currently only has support for
|
||||||
|
// SIGTERM in darwin and linux systems
|
||||||
func (r *Runner) Shutdown(ctxt context.Context, opts ...client.Option) error {
|
func (r *Runner) Shutdown(ctxt context.Context, opts ...client.Option) error {
|
||||||
var err error
|
var err error
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user