Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix pipeTransport pipeArgs not being expanded #77

Merged
merged 1 commit into from
Sep 13, 2024

Conversation

AlmightyLaxz
Copy link

There's an issue with #72 where the pipeArgs from pipeTransport aren't expanded which is preventing any more than one argument from being used inside a pipeArgs array. The current behavior seems to be if more than one argument is present inside pipeArgs then none of them get used. One argument inside pipeArgs works though.

This is a small fix so that multiple arguments work.

Copy link
Owner

@muhammadsammy muhammadsammy left a comment

Choose a reason for hiding this comment

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

Thank you!

@muhammadsammy muhammadsammy merged commit b110de0 into muhammadsammy:master Sep 13, 2024
1 check passed
@AlmightyLaxz AlmightyLaxz deleted the fix-pipeArgs-bug branch September 14, 2024 07:31
@granitrocky
Copy link

Good catch @AlmightyLaxz. Typescript is not my forte, so I miss little things like that.

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.

3 participants