lib/softcover/builders/pdf.rb in softcover-0.9.9 vs lib/softcover/builders/pdf.rb in softcover-0.9.10

- old
+ new

@@ -58,10 +58,10 @@ silence { options[:preview] ? system(cmd) : execute(cmd) } end elsif options[:'find-overfull'] silence_stream(STDERR) { execute(cmd) } else - execute(cmd) + options[:preview] ? system(cmd) : execute(cmd) end end private \ No newline at end of file