mirror of
https://github.com/danbulant/docker-compose
synced 2026-06-17 13:41:06 +00:00
resolve call must not depend on logging
This commit is contained in:
parent
83a25085a7
commit
17c5f6d390
2 changed files with 3 additions and 3 deletions
4
index.js
4
index.js
|
|
@ -135,9 +135,9 @@ const rm = function (options) {
|
|||
standards => {
|
||||
if (options.log) {
|
||||
logStandards(standards);
|
||||
|
||||
return resolve();
|
||||
}
|
||||
|
||||
return resolve();
|
||||
},
|
||||
err => {
|
||||
logger.error(err.message);
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "docker-compose",
|
||||
"version": "0.4.0",
|
||||
"version": "0.4.1",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "./node_modules/tape/bin/tape test",
|
||||
|
|
|
|||
Loading…
Reference in a new issue