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

Dont create file handle first for writing #1980

Merged
merged 1 commit into from
Aug 9, 2022
Merged

Conversation

NullSoldier
Copy link
Contributor

@NullSoldier NullSoldier commented Aug 8, 2022

Summary

For some reason fileHandle.createWriteStream() is undefined, so use the
method from the core fs module to see if this fixes it. I don't know why
the original issue is happening and we have no repro. My best guess is
that the users node libs are not correct.

This potentially fixes #1972

Testing Plan

Run ironfish chain:download

Breaking Change

Is this a breaking change? If yes, add notes below on why this is breaking and
what additional work is required, if any.

[ ] Yes

For some reason fileHandle.createWriteStream() is undefined, so use the
method from the core fs module to see if this fixes it. I don't know why
the original issue is happening and we have no repro. My best guess is
that the users node libs are not correct.
@NullSoldier NullSoldier requested a review from a team as a code owner August 8, 2022 22:11
@NullSoldier NullSoldier enabled auto-merge (squash) August 8, 2022 22:21
@NullSoldier NullSoldier mentioned this pull request Aug 8, 2022
auto-merge was automatically disabled August 8, 2022 22:23

Base branch was modified

@NullSoldier NullSoldier merged commit e1e4257 into staging Aug 9, 2022
@NullSoldier NullSoldier deleted the download-instrument branch August 9, 2022 19:08
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.

None yet

2 participants