mirror of
https://github.com/containers/podman-compose.git
synced 2025-07-06 15:40:12 +02:00
do not merge command array
This commit is contained in:
@ -8,9 +8,9 @@ async function loop() {
|
||||
try {
|
||||
task_desc = JSON.parse(task_desc_s);
|
||||
} catch (e) {
|
||||
proj.logger.exception(e);
|
||||
console.exception(e);
|
||||
}
|
||||
proj.logger.info("got task "+task_desc.func);
|
||||
console.info("got task "+task_desc.func);
|
||||
const func = task_desc.func;
|
||||
const args = task_desc.args;
|
||||
if (typeof(proj.tasks[func])!="function") {
|
||||
|
Reference in New Issue
Block a user