Sublime Forum

Do not close build process, after failed build

#1

I have just starting using Sublime 3, coming from sublime 2, and now if a build process fails, sublime do not close it.
This causes me to not be able to build again, until I have manually killed the process in joblist (windows process manager).
This was not the problem in sublime 2.
Have encountered the problem with: texify and pdflatex.
I have Windows 10, with sublime text version 3.0, Build 3143.

How do I fix this, so the build process fails, it are also closed?

0 Likes

#2

You should really be running those commands with -interaction=batchmode or -interaction=nonstopmode so they won’t hang waiting for user input which is never going be input.

3 Likes

#3

Thank you for the pdflatex solution <3. Had never thought it was a input problem…
And for texity it turned out to be:

texity -b --pdf $file

Thanks again ig0774.

0 Likes