fix(cli): fix compiling issue on windows system by adding a missing param (#4019)
This commit is contained in:
@@ -2124,6 +2124,7 @@ mod tests {
|
||||
json!({
|
||||
"command": "Get-ChildItem"
|
||||
}),
|
||||
dummy_sender(),
|
||||
)
|
||||
.await;
|
||||
assert!(result.is_ok());
|
||||
|
||||
Reference in New Issue
Block a user