mirror of
https://github.com/NohamR/papeer.git
synced 2026-05-25 20:00:47 +00:00
print files to stdout option
This commit is contained in:
@@ -150,7 +150,7 @@ func ToMobi(c chapter, filename string) string {
|
||||
ToEpub(c, filenameEPUB)
|
||||
|
||||
exec.Command("kindlegen", filenameEPUB).Run()
|
||||
// exec command always return status 1 even if it succeed
|
||||
// exec command always returns status 1 even if it succeed
|
||||
// if err != nil {
|
||||
// log.Fatal(err)
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user