-
Notifications
You must be signed in to change notification settings - Fork 318
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(bundler): Make parsing of dependency output more robust
When fetching e.g. GitHub dependencies, the console output is slightly different. Instead of adopting the lines to drop, suppress them completely. As now no leading text is printed, the concatenation of printed specs can also be simplified so that it produces no leading null character. Signed-off-by: Sebastian Schuberth <[email protected]>
- Loading branch information
1 parent
5e34581
commit 1e982e5
Showing
2 changed files
with
5 additions
and
7 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