From 39bd95c850a4a1a375c73469fc19e16ada435141 Mon Sep 17 00:00:00 2001 From: Killian Brackey Date: Mon, 25 Feb 2019 19:08:39 -0600 Subject: [PATCH] Clarified SIGTERM in shutdown comments --- runner/runner.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/runner/runner.go b/runner/runner.go index f696f6c..61ad3db 100644 --- a/runner/runner.go +++ b/runner/runner.go @@ -213,7 +213,8 @@ func (r *Runner) Start(ctxt context.Context, opts ...string) error { 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 { var err error