mirror of
https://github.com/bitwarden/browser
synced 2026-02-04 18:53:20 +00:00
test new ci check
This commit is contained in:
@@ -20,3 +20,7 @@ pub fn get_foreground_window_title() -> std::result::Result<String, ()> {
|
||||
pub fn type_input(input: Vec<u16>) -> std::result::Result<(), ()> {
|
||||
windowing::type_input(input)
|
||||
}
|
||||
|
||||
pub fn foo_bar() -> std::result::Result<(), ()> {
|
||||
Ok(())
|
||||
}
|
||||
|
||||
@@ -1049,4 +1049,8 @@ pub mod autotype {
|
||||
napi::Error::from_reason("Autotype Error: failed to type input".to_string())
|
||||
})
|
||||
}
|
||||
#[napi]
|
||||
pub fn foo_bar() -> napi::Result<(), napi::Status> {
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user