Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(lib): corrupted manifests when including large files (#350)
The code in `_loadurl.js` which reads manifests from files did not wait until the entire input was written to stdout before it exited. The fix is not to `exit(0)` but rather just let node exit gracefully. *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
- Loading branch information