mirror of
https://github.com/typst/typst
synced 2025-05-15 09:35:28 +08:00
Fixes issue typst/typst#704 by making opening a pdf viewer non-blocking. This does remove error reporting when the pdf viewer fails to be opened. This error reporting is difficult to regain since the error happens on a different thread.