mirror of
https://github.com/danbulant/docker-compose
synced 2026-05-20 04:48:36 +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 {boolean} options.log
|
||||
* @param {cwd} options.cwd
|
||||
* @param {string} options.cwd
|
||||
*/
|
||||
const rm = function (options) {
|
||||
return new Promise((resolve, reject) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue