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
When support for directory loading and path prefixes was added, the code that watches the files for changes was not updated. As a result, it tries to open the entire path with the entire command line string.
torin:~$ opa run -w foo:x.json
error opening watch: lstat foo:x.json: no such file or directory
The text was updated successfully, but these errors were encountered:
When support for directory loading and path prefixes was added, the code that watches the files for changes was not updated. As a result, it tries to open the entire path with the entire command line string.
The text was updated successfully, but these errors were encountered: