edf2csv 0.9.9 → 0.9.11

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.
package/dist/cli.js CHANGED
@@ -978,10 +978,10 @@ async function showInfo(input, shared, asJson, jsonIndent, batch = false, toStdo
978
978
  rows. `knownEvents` three lines up already counts through `eventWindow`, for the reason
979
979
  its comment gives; this was the second copy that comment says not to make.
980
980
  */
981
- plan.diagnostics.push(...durationDiagnostics(annotationData.annotations, eventWindow));
981
+ plan.diagnostics.push(...durationDiagnostics(annotationData.annotations, eventWindow, plan.gzip));
982
982
  // And what those descriptions carry; see descriptionDiagnostics. Only reached where the
983
983
  // events have been read, which is the same set of files the duration warnings cover.
984
- plan.diagnostics.push(...descriptionDiagnostics(annotationData.annotations, eventWindow));
984
+ plan.diagnostics.push(...descriptionDiagnostics(annotationData.annotations, eventWindow, plan.gzip));
985
985
  /*
986
986
  And the empty-table warning, where the count is in hand to raise it from.
987
987