-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Panic on M1 MacOS on launch. #50
Comments
Also repro'd when closing |
@jamierpond I have an M1 too but it doesn't panic. It still panics on your end? I didn't |
I found the error: thread 'main' panicked at /USER/*/.cargo/registry/src/index.crates.io-6f17d22bba15001f/htmx-lsp-0.1.0/src/main.rs:24:14: called `Result::unwrap()` on an `Err` value: Os { code: 21, kind: IsADirectory, message: "Is a directory" }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace |
The panic seems to happen due to not being able to create/open the log file. In this case due to there being a directory instead. This also explains why @AlejandroSuero didn't have the same issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cargo install
'dhtmx-lsp
The text was updated successfully, but these errors were encountered: