Skip to content

Conversation

Legend-Master
Copy link
Contributor

Fix #2901

Forgot to add write: true last time and didn't test, tested this time around

@Legend-Master Legend-Master requested a review from a team as a code owner August 10, 2025 03:03
Copy link
Contributor

Package Changes Through d980d68

There are 8 changes which include fs with patch, fs-js with patch, nfc with patch, nfc-js with patch, opener with minor, opener-js with minor, store with minor, store-js with minor

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
api-example 2.0.32 2.0.33
api-example-js 2.0.28 2.0.29
fs 2.4.1 2.4.2
fs-js 2.4.1 2.4.2
dialog 2.3.2 2.3.3
dialog-js 2.3.2 2.3.3
opener 2.4.0 2.5.0
opener-js 2.4.0 2.5.0
http 2.5.1 2.5.2
http-js 2.5.1 2.5.2
nfc 2.3.0 2.3.1
nfc-js 2.3.0 2.3.1
persisted-scope 2.3.1 2.3.2
store 2.3.0 2.4.0
store-js 2.3.0 2.4.0

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

Copy link
Member

@FabianLars FabianLars left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i assume the example changes were intentional?

@Legend-Master
Copy link
Contributor Author

i assume the example changes were intentional?

Yeah, was testing it there and saw a bunch of errors in vscode, so did some svelte v5 migrations

@Legend-Master Legend-Master merged commit 4eb36b0 into tauri-apps:v2 Aug 10, 2025
11 checks passed
@Legend-Master Legend-Master deleted the fix-fs-write-stream branch August 10, 2025 10:44
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.

Writing files in JS does not create a new file if the data is a readable stream (plugin fs).
2 participants