-
-
Notifications
You must be signed in to change notification settings - Fork 884
Description
Environment information
Details
biome rageCLI:
Version: 2.4.4
Color support: truePlatform:
CPU Architecture: aarch64
OS: macosEnvironment:
BIOME_LOG_PATH: unset
BIOME_LOG_PREFIX_NAME: unset
BIOME_LOG_LEVEL: unset
BIOME_LOG_KIND: unset
BIOME_CONFIG_PATH: unset
BIOME_THREADS: unset
BIOME_WATCHER_KIND: unset
BIOME_WATCHER_POLLING_INTERVAL: unset
NO_COLOR: unset
TERM: xterm-256color
JS_RUNTIME_VERSION: v25.6.0
JS_RUNTIME_NAME: node
NODE_PACKAGE_MANAGER: unsetBiome Configuration:
Status: Loaded successfully
Path: biome.jsonc
Formatter enabled: true
Linter enabled: true
Assist enabled: true
VCS enabled: true
HTML full support enabled: unsetWorkspace:
Open Documents: 0
What happened?
RUST_BACKTRACE=1 biome lint file.tsThis is a bug in Biome, not an error in your code, and we would appreciate it if you could report it to https://github.com/biomejs/biome/issues/ along with the following information to help us fixing the issue.
When opening the issue, please provide a minimal reproduction, or identify and share the file/code that triggers it. Without a way to reproduce the error, the error can't be fixed:
Source Location: /Users/runner/work/biome/biome/crates/biome_analyze/src/options.rs:27:35
Thread Name: biome::workspace_worker_0
Message: calledOption::unwrap()on aNonevalue
Stack Trace:
0: __mh_execute_header
1: __mh_execute_header
2: __mh_execute_header
... (omitted for clarity, it's __mh_execute_header repeated)
25: __mh_execute_header
26: __mh_execute_header
27: __mh_execute_header
28: __pthread_cond_waitfile.ts internalError/panic INTERNAL
β processing panicked: called
Option::unwrap()on aNonevalueβ This diagnostic was derived from an internal Biome error. Potential bug, please report it if necessary.
Checked 0 files in 6ms. No fixes applied.
lint βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ No files were processed in the specified paths.
βΉ Check your biome.json or biome.jsonc to ensure the paths are not ignored by the configuration.
βΉ These paths were provided but ignored:
- file.ts
Expected result
It should not fail.
Reproduction
- Download and extract Reproduction.zip
- cd Reproduction
- sh ./demo.sh
- See the world falling apart.
Code of Conduct
- I agree to follow Biome's Code of Conduct