Fix syntax highlighting on pdfkit.org (#1308)

This commit is contained in:
Mike Horn 2021-10-06 09:42:12 -07:00 committed by GitHub
parent 55ed6d5473
commit fd72a7888c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -154,7 +154,7 @@ const stream = doc.pipe(blobStream());
// add your content to the document here, as usual
// get a blob when you're done
// get a blob when you are done
doc.end();
stream.on('finish', function() {
// get a blob you can do whatever you like with