Open Drarig29 opened 2 years ago
Closes #414
This PR fixes the above issue, when the output of file is multiline.
file
For the following file output:
datadog-ci/node_modules/fsevents/fsevents.node: application/x-mach-binary datadog-ci/node_modules/fsevents/fsevents.node (for architecture x86_64): application/x-mach-binary datadog-ci/node_modules/fsevents/fsevents.node (for architecture arm64): application/x-mach-binary
The output is application/x-mach-binary, and not arm64):	application/x-mach-binary.
application/x-mach-binary
arm64):	application/x-mach-binary
Closes #414
This PR fixes the above issue, when the output of
file
is multiline.For the following
file
output:The output is
application/x-mach-binary
, and notarm64):	application/x-mach-binary
.