Skip to content

Commit b2db0df

Browse files
authored
Add missing .
1 parent 9f2347c commit b2db0df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pdf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ PDF.prototype.exec = function PdfExec (callback) {
153153
// An exit event is most likely an error because we didn't get any data at this point
154154
child.on('close', respond)
155155
// According to child process documentation (https://nodejs.org/docs/latest-v14.x/api/child_process.html#child_process_event_exit),
156-
// exit event can fire before stdio is closed. Thus, it's probably not a good idea to subscribe to exit event at all
156+
// exit event can fire before stdio is closed. Thus, it's probably not a good idea to subscribe to exit event at all.
157157
// on('close') above should be sufficient
158158
// child.on('exit', respond)
159159

0 commit comments

Comments
 (0)