#blank page result when error occurs on file A while editing file B

3 messages · Page 1 of 1 (latest)

supple relic
#

if you have a file A with an error in the function svg(_str)

#let svg(_str) = {
  if unknown_variable not in ("r") {
    "error"
  }
}

and a file B

#import test from "elec.typ"

#test(4)

Currently, if you are editing file B and click on the warning sign showing the error, the page becomes blank

simple crescent
#

If it bothers you a lot add some stupidly long comment at the end of each file. It helps sometimes.