Skip to content

Commit

Permalink
Update file-save.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomayac authored Apr 19, 2022
1 parent 4e5ed90 commit 9d88346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fs-access/file-save.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default async (
return handle;
}
// Default case of `Blob` passed and `Blob.stream()` not supported.
await writable.write(blob);
await writable.write(blobOrResponse);
await writable.close();
return handle;
};

0 comments on commit 9d88346

Please sign in to comment.