diff options
| author | Dax Raad <[email protected]> | 2025-05-26 22:25:17 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-05-26 22:25:17 -0400 |
| commit | 4c198940d5d9a207315772fa6e334fcf7275f9bc (patch) | |
| tree | 2f9a7d4258fd13a5129687f94f2cd62aa2a7f162 /js/src/tool | |
| parent | 2e938d9da1589e1e00b9739c5e6c8dc72dda872a (diff) | |
| download | opencode-4c198940d5d9a207315772fa6e334fcf7275f9bc.tar.gz opencode-4c198940d5d9a207315772fa6e334fcf7275f9bc.zip | |
Remove debug console.log statements and improve LSP diagnostic handling
🤖 Generated with opencode
Co-Authored-By: opencode <[email protected]>
Diffstat (limited to 'js/src/tool')
| -rw-r--r-- | js/src/tool/diagnostics.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/src/tool/diagnostics.ts b/js/src/tool/diagnostics.ts index efd4b880f..3610c7781 100644 --- a/js/src/tool/diagnostics.ts +++ b/js/src/tool/diagnostics.ts @@ -40,7 +40,6 @@ TIPS: : path.join(app.root, args.path); await LSP.file(normalized); const diagnostics = await LSP.diagnostics(); - console.log(diagnostics, "diagnostics"); const file = diagnostics[normalized]; return { metadata: { |
