From 63dc82044d6dcc1c8fdeb4c1fd1289abc876ff6d Mon Sep 17 00:00:00 2001 From: ehmicky Date: Wed, 8 May 2019 11:23:23 +0200 Subject: [PATCH] Fix TypeScript comment for `cleanup` option --- index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/index.d.ts b/index.d.ts index da9dc5af7d..5743efefe3 100644 --- a/index.d.ts +++ b/index.d.ts @@ -102,6 +102,7 @@ declare namespace execa { /** Keep track of the spawned process and `kill` it when the parent process exits. + Kill the spawned process when the parent process exits unless either the spawned process is detached, or the parent process is terminated abruptly. @default true */