mirror of
https://github.com/danbulant/docker-compose
synced 2026-06-24 17:31:53 +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 => {
|
standards => {
|
||||||
if (options.log) {
|
if (options.log) {
|
||||||
logStandards(standards);
|
logStandards(standards);
|
||||||
|
|
||||||
return resolve();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return resolve();
|
||||||
},
|
},
|
||||||
err => {
|
err => {
|
||||||
logger.error(err.message);
|
logger.error(err.message);
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "docker-compose",
|
"name": "docker-compose",
|
||||||
"version": "0.4.0",
|
"version": "0.4.1",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "./node_modules/tape/bin/tape test",
|
"test": "./node_modules/tape/bin/tape test",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue