spiegel-keyman/developer
Marc Durdin ddc7912071 fix(developer): lm compiler handle missing line no in errors
Fixes #8443.

Will cherry-pick to stable-16.0.

The regex for matching error messages has an optional section for
the file/line detail (line 54):

```regex
^(?:(.+) \((\d+)\): )?<snip>
```

The code that parses the results did not account for this being
optional, which would cause a crash if the error message did not include
this information.
2023-03-16 09:42:43 +07:00
..
src fix(developer): lm compiler handle missing line no in errors 2023-03-16 09:42:43 +07:00
.gitignore chore(developer): move server with no changes 2022-05-23 12:15:34 +10:00