Skip to content

Commit 6a6df33

Browse files
committed
Add todo about adding error inside CreateWindow
1 parent 98175bd commit 6a6df33

File tree

1 file changed

+1
-0
lines changed
  • crates/tauri-runtime/src

1 file changed

+1
-0
lines changed

crates/tauri-runtime/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ pub enum Error {
126126
/// Failed to create webview.
127127
#[error("failed to create webview: {0}")]
128128
CreateWebview(Box<dyn std::error::Error + Send + Sync>),
129+
// TODO: Make it take an error like `CreateWebview` in v3
129130
/// Failed to create window.
130131
#[error("failed to create window")]
131132
CreateWindow,

0 commit comments

Comments
 (0)