LatexIt
LatexIt copied to clipboard
Firstrun: Fix autodetect being successful unconditionally.
The unresolved promise returned by file_exists() is used in expressions, which is meaningless as promises are truthy. Use the resolved promise value instead.