Hello,
Trying to trigger the task to error if the Missing fonts message appears. I tried adding a Stdout handler but it still didn’t work.
self.AddStdoutHandlerCallback( ".*Project has missing fonts:.*" ).HandleCallback += self.HandleStdoutError
Any other suggestions? Thanks!