Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dont fatal in Watch.init, return error instead
Fixes ziglang#21543. Since UnsupportedFlags was caught explicitly, I replaced the fatal() call with a std.log.err to maintain that behaviour. Returning an error from init() will help clients fail gracefully, especially zls: zigtools/zls#2041
- Loading branch information