Skip to content

Add Bun runtime support #1191

Add Bun runtime support

Add Bun runtime support #1191

Triggered via pull request April 21, 2026 13:42
Status Failure
Total duration 28s
Artifacts

lint-code.yaml

on: pull_request
runLinter
24s
runLinter
Fit to window
Zoom out
Zoom in

Annotations

4 errors
runLinter
Process completed with exit code 1.
eslint(no-unused-vars): server/http.ts#L21
Identifier 'PassThrough' is imported but never used.
eslint(no-unused-vars): components/componentLoader.ts#L113
Variable 'portsStarted' is declared but never used. Unused variables should start with a '_'.
eslint(no-unused-vars): server/threads/manageThreads.js#L549
Catch parameter 'e' is caught but never used.