edf2csv 0.8.46 → 0.8.48

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
@@ -977,7 +977,7 @@ async function showInfo(input, shared, asJson, jsonIndent, batch = false, toStdo
977
977
  // A file with no annotation channel is `noAnnotations`'s case, not this one: it says
978
978
  // "--annotations-only was requested but this recording has no annotation channel",
979
979
  // where this would say the channel carries no events. Only one of them is true.
980
- plan.diagnostics.push(emptyAnnotations(annotationData.annotations.length, eventWindow));
980
+ plan.diagnostics.push(emptyAnnotations(annotationData.annotations.length, eventWindow, plan.gzip));
981
981
  }
982
982
  /*
983
983
  And the warning about the signal file this conversion would not write.