enhance(bundler): some error messages#15299
enhance(bundler): some error messages#15299Legend-Master wants to merge 1 commit intotauri-apps:devfrom
Conversation
Package Changes Through bd191b1There are 11 changes which include tauri with minor, @tauri-apps/api with minor, tauri-build with minor, tauri-macos-sign with patch, tauri-bundler with minor, @tauri-apps/cli with minor, tauri-cli with minor, tauri-runtime with minor, tauri-runtime-wry with minor, tauri-utils with minor, tauri-plugin with minor Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
| #[error("failed to bundle project {0}")] | ||
| Bundler(#[from] Box<tauri_bundler::Error>), | ||
| #[error("failed to bundle project: {0}")] | ||
| Bundler(#[from] tauri_bundler::Error), |
There was a problem hiding this comment.
This is a (minor) breaking change, is this intended?
There was a problem hiding this comment.
so far we didn't really care about that in the cli crate. though technically it is a library even if that's just for internal napi-rs consumption.
There was a problem hiding this comment.
Yeah, wouldn't consider it breaking or we basically won't be able to change anything
No description provided.