Skip to content

Commit

Permalink
Relax compiler availability check to include typst 0.12.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bzero committed Nov 2, 2024
1 parent 4e08702 commit dda73d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typstwriter/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def selection_end_block(cursor):

def typst_available():
"""Check if typst is available."""
expected_output = "The Typst compiler"
expected_output = "Typst"
expected_exit_code = 2

process = QtCore.QProcess()
Expand Down

0 comments on commit dda73d5

Please # to comment.