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
// require fs, os, pathconstprefix=path.join(os.tmpdir(),'epub-gen-');consttempDir=fs.mkdtempSync(prefix);// work with tempDirfs.rmSync(tempDir,{recursive: true,force: true});
Daylon
pushed a commit
to Daylon/epub-gen
that referenced
this issue
Sep 29, 2024
I noticed that there is a
tempDir
option that you can use to specify a place to put temporary files used by the script.epub-gen/lib/index.coffee
Line 73 in 1a14d7b
It would be useful to refer to it in the README.
The text was updated successfully, but these errors were encountered: