mirror of
https://github.com/danbulant/docker-compose
synced 2026-07-05 11:20:47 +00:00
change cwd param type to string for rm
This commit is contained in:
parent
3d2e4b2a59
commit
48cf0b4cb8
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
|
@ -125,7 +125,7 @@ const kill = function (options) {
|
||||||
/**
|
/**
|
||||||
* @param {object} options
|
* @param {object} options
|
||||||
* @param {boolean} options.log
|
* @param {boolean} options.log
|
||||||
* @param {cwd} options.cwd
|
* @param {string} options.cwd
|
||||||
*/
|
*/
|
||||||
const rm = function (options) {
|
const rm = function (options) {
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue