@tricoteuses/senat 2.20.26 → 2.20.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -127,7 +127,13 @@ function computeCodeEtape(ev, dossier) {
|
|
|
127
127
|
return cleanCode(rootCode);
|
|
128
128
|
}
|
|
129
129
|
}
|
|
130
|
-
console.log(
|
|
130
|
+
console.log(`✖ Échec pour ev=${ev.id}`, {
|
|
131
|
+
evDate,
|
|
132
|
+
nature,
|
|
133
|
+
lecture,
|
|
134
|
+
nbCandidatesInitial: flat.length,
|
|
135
|
+
firstFlatDate: flat[0]?.date,
|
|
136
|
+
});
|
|
131
137
|
return null;
|
|
132
138
|
}
|
|
133
139
|
function buildFlatActes(dossier) {
|