We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dacacd1 commit 8d81769Copy full SHA for 8d81769
harmony/blobUtil/src/main/ets/ReactNativeBlobUtil/ReactNativeBlobUtilStream.ts
@@ -46,7 +46,7 @@ export default class ReactNativeBlobUtilStream {
46
let file = fs.openSync(filePath);
47
this.encoding = encoding;
48
try {
49
- let stream = await fs.createStreamSync(filePath, "r+")
+ let stream = await fs.createStreamSync(filePath, "a+")
50
let uuid = util.generateRandomUUID(true);
51
ReactNativeBlobUtilStream.fileStreams.set(uuid, {
52
stream: stream,
0 commit comments