mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-21 23:04:49 +01:00
fix(js): camelCase searchBuffers
Co-authored-by: frelodev <74790175+frelodev@users.noreply.github.com>
This commit is contained in:
parent
a73a61a841
commit
3d12840459
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ impl Workspace {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// List all available buffers in this workspace
|
/// List all available buffers in this workspace
|
||||||
#[napi(js_name = "search_buffers")]
|
#[napi(js_name = "searchBuffers")]
|
||||||
pub fn js_search_buffers(&self, filter: Option<&str>) -> Vec<String> {
|
pub fn js_search_buffers(&self, filter: Option<&str>) -> Vec<String> {
|
||||||
self.search_buffers(filter)
|
self.search_buffers(filter)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue