Sobesednik / node-exiftool

A Node.js interface to exiftool command-line application.
MIT License
91 stars 15 forks source link

Write metadata error object #21

Closed edgesoft closed 7 years ago

edgesoft commented 7 years ago

When writing metadata the success message is in the error object. Shouldn't it be in the data object and error be null?

z-vr commented 7 years ago

@edgesoft No, because the error object is stderr and the success message (data object) is stdout