You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -68,7 +86,9 @@ function cleanExifData(exifHash) {
68
86
//
69
87
// Opening and Closing
70
88
//
71
-
// After creating an instance of ExiftoolProcess, it must be opened. When finished working with it, it should be closed, when -stay_open False will be written to its stdin to exit the process.
89
+
// After creating an instance of ExiftoolProcess, it must be opened.
90
+
// When finished working with it, it should be closed,
91
+
// when -stay_open False will be written to its stdin to exit the process.
72
92
//
73
93
// const exiftool = require('node-exiftool')
74
94
// const ep = new exiftool.ExiftoolProcess()
@@ -79,8 +99,7 @@ function cleanExifData(exifHash) {
0 commit comments