Skip to content

Fix pipeline URL and make error comparison method and message-based#216

Merged
gabritto merged 2 commits intomainfrom
gabritto/fix_compare
Apr 21, 2026
Merged

Fix pipeline URL and make error comparison method and message-based#216
gabritto merged 2 commits intomainfrom
gabritto/fix_compare

Conversation

@gabritto
Copy link
Copy Markdown
Member

No description provided.

Comment thread src/main.ts
const newOut = parseLspHarnessOutput(newSpawnResult.stdout);
if (
typeof oldOut !== "string" && typeof newOut !== "string"
&& oldOut.seq === newOut.seq
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I haven't really investigated this, but I wanted to see if this makes reporting better for some of the errors.

@gabritto gabritto merged commit 2f53df6 into main Apr 21, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants