edf2csv 0.9.39 → 0.9.40
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 +1 -1
- package/dist/cli.js.map +1 -1
- package/dist/convert/run.d.ts +1 -1
- package/dist/convert/run.js +47 -12
- package/dist/convert/run.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -1092,7 +1092,7 @@ async function showInfo(input, shared, asJson, jsonIndent, batch = false, toStdo
|
|
|
1092
1092
|
const diagnostics = withSidecarsNamed(withSignalTableUnwritten([
|
|
1093
1093
|
...withTimingPromiseKept(withoutFileRateWarning(file.diagnostics), timing.starts !== null),
|
|
1094
1094
|
...plan.diagnostics,
|
|
1095
|
-
], plan.writeSignals, plan.gzip, convertedChannels(plan), toStdout), { toStdout, gzip: plan.gzip });
|
|
1095
|
+
], plan.writeSignals, plan.gzip, convertedChannels(plan), toStdout, plan.layout === 'long'), { toStdout, gzip: plan.gzip });
|
|
1096
1096
|
/*
|
|
1097
1097
|
Checked, like a conversion's stdout is.
|
|
1098
1098
|
|