@ubercode/dcmtk 0.8.1 → 0.8.2

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/index.js CHANGED
@@ -31476,7 +31476,7 @@ async function tryDirectPath(inputPath, timeoutMs, signal, verbosity) {
31476
31476
  if (!jsonBinary.ok) {
31477
31477
  return err(jsonBinary.error);
31478
31478
  }
31479
- const directArgs = [...buildVerbosityArgs(verbosity), inputPath];
31479
+ const directArgs = [...buildVerbosityArgs(verbosity), "+b", inputPath];
31480
31480
  const result = await execCommand(jsonBinary.value, directArgs, { timeoutMs, signal });
31481
31481
  if (!result.ok) {
31482
31482
  return err(result.error);