resolve call must not depend on logging

This commit is contained in:
Alexander Zeitler 2017-08-24 17:51:47 +02:00
parent 83a25085a7
commit 17c5f6d390
2 changed files with 3 additions and 3 deletions

View file

@ -135,9 +135,9 @@ const rm = function (options) {
standards => {
if (options.log) {
logStandards(standards);
return resolve();
}
return resolve();
},
err => {
logger.error(err.message);

View file

@ -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",