-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(pipe): Special handling for 0-arg case. (#4936)
* fix(pipe): Special handling for 0 args. * test(pipe): Fix test label for 0-arg. * fix(pipe): Remove check for missing args array. The check is never reached in internal code, and is not exported for external code. The behavior is not tested for, and arguably wrong. * fix(pipe): no argument case run-time check * refactor: revert checking for lack of array argument Co-authored-by: Ben Lesh <ben@benlesh.com>
- Loading branch information
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters