You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a syntax issue on my file, and when running tlauc, all the contents of said file were erased 😬
$ cat test.tla
------ MODULE test ----
foo == invalid,
=======================
$ tlauc test.tla
Error: Failed to correctly parse input TLA⁺ file; use --force flag to bypass this check.
Syntax errors might occur on or near the following lines: [2].
$ cat test.tla
$
The text was updated successfully, but these errors were encountered:
I had a syntax issue on my file, and when running
tlauc
, all the contents of said file were erased 😬The text was updated successfully, but these errors were encountered: