@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/dicom.js CHANGED
@@ -30819,7 +30819,7 @@ async function tryDirectPath(inputPath, timeoutMs, signal, verbosity) {
30819
30819
  if (!jsonBinary.ok) {
30820
30820
  return err(jsonBinary.error);
30821
30821
  }
30822
- const directArgs = [...buildVerbosityArgs(verbosity), inputPath];
30822
+ const directArgs = [...buildVerbosityArgs(verbosity), "+b", inputPath];
30823
30823
  const result = await execCommand(jsonBinary.value, directArgs, { timeoutMs, signal });
30824
30824
  if (!result.ok) {
30825
30825
  return err(result.error);