Skip to content

Commit

Permalink
fix: update comment in parseRequestFromText function to include insta…
Browse files Browse the repository at this point in the history
…llation instruction for docker-compose
  • Loading branch information
jupegarnica committed Nov 7, 2024
1 parent 959c906 commit 5e4d164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export async function parseRequestFromText(
try {
url = new URL(url).toString();
} catch (error) {
// @ts-ignore - it works
// @ts-ignore - it works brew install docker-compose
throw new error.constructor(`Invalid URL: ${url} -> ${error.message}`);
}

Expand Down

0 comments on commit 5e4d164

Please sign in to comment.