Skip to content

Commit

Permalink
inor
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-SF committed Oct 23, 2017
1 parent 3d37e26 commit 16d26aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions atom_latex_autorun.ahk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#NoEnv
#SingleInstance, force
#SingleInstance force
SetBatchLines -1
ListLines Off
; #Warn ; Enable warnings to assist with detecting common errors.
Expand Down Expand Up @@ -45,7 +45,7 @@ return
try
run_line()
catch e
MsgBox % "Error in " e.What ", which was called at line " e.Line "`n`nPlease contact [email protected] with this error! (unless you did not configured the program wrong)"
MsgBox % "Error in " e.What ", which was called at line " e.Line "`n`nPlease contact [email protected] with this error! (unless you did not configured the program wrong) `n`n " Errorlevel

return

Expand Down

0 comments on commit 16d26aa

Please sign in to comment.