@sapphirecode/dcm
Advanced tools
Comparing version 1.2.12 to 1.2.13
@@ -183,3 +183,2 @@ "use strict"; | ||
task_list = new tasks_1.TaskListVertical; | ||
task_list.clear_completed = true; | ||
debug_1.default.log = task_list.log.bind(task_list); | ||
@@ -227,2 +226,4 @@ threads = []; | ||
started.push(service.name); | ||
log("".concat(service.name, " started")); | ||
log("Started: ".concat(started.length, "/").concat(store.services.length, ", remaining: ").concat(queue.length)); | ||
return [3 /*break*/, 1]; | ||
@@ -229,0 +230,0 @@ case 7: |
@@ -118,3 +118,2 @@ /* eslint-disable require-unicode-regexp, max-depth */ | ||
const task_list = new TaskListVertical; | ||
task_list.clear_completed = true; | ||
debug.log = task_list.log.bind (task_list); | ||
@@ -150,2 +149,5 @@ | ||
started.push (service.name); | ||
log (`${service.name} started`); | ||
log (`Started: ${started.length}/${store.services.length | ||
}, remaining: ${queue.length}`); | ||
} | ||
@@ -152,0 +154,0 @@ res (); |
{ | ||
"name": "@sapphirecode/dcm", | ||
"version": "1.2.12", | ||
"version": "1.2.13", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "description": "Managing docker compose configurations, volumes and networks", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
106209
2342