Skip to content

Commit 055d246

Browse files
committed
Fix typo
1 parent 2c6d975 commit 055d246

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/reader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const extractToPng = async (directoryPath) => {
7878

7979
for (const image of images) {
8080
if (image.isImage) {
81-
await fs.outputFile(path.join(directoryPath.image.path), image.data);
81+
await fs.outputFile(path.join(directoryPath, image.path), image.data);
8282
}
8383
}
8484

0 commit comments

Comments
 (0)