Clarified SIGTERM in shutdown comments

This commit is contained in:
Killian Brackey 2019-02-25 19:08:39 -06:00 committed by Daniel Martí
parent b61de69d62
commit 39bd95c850

View File

@ -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