Ajout d'un log pour afficher la liste des chemins récupérés dans la fonction get_path_list
This commit is contained in:
@@ -150,6 +150,9 @@ const measurement = {
|
|||||||
const path = await this.get_path_from_id(projectId, orderId);
|
const path = await this.get_path_from_id(projectId, orderId);
|
||||||
pathList.push(path);
|
pathList.push(path);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
console.log("[FILE] get_path_list : " + pathList);
|
||||||
|
|
||||||
return pathList;
|
return pathList;
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user