From 48cf0b4cb8cc85848ec0f6a06b015f4ec9d4fdf4 Mon Sep 17 00:00:00 2001 From: Alexander Zeitler Date: Thu, 24 Aug 2017 17:46:29 +0200 Subject: [PATCH] change cwd param type to string for rm --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 49a76b6..ccf8a49 100644 --- a/index.js +++ b/index.js @@ -125,7 +125,7 @@ const kill = function (options) { /** * @param {object} options * @param {boolean} options.log - * @param {cwd} options.cwd + * @param {string} options.cwd */ const rm = function (options) { return new Promise((resolve, reject) => {