Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
V-FEXrt committed Jun 29, 2023
1 parent b6f5b9b commit 4a5990b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 227,695 deletions.
1 change: 0 additions & 1 deletion rust/test-lsp-wake/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ where
#[tokio::main]
async fn main() -> Result<(), Box<dyn std::error::Error>> {
let mut child = Command::new("../../lib/wake/lsp-wake")
.env("WAKE_LSP_LOG_PATH", "wake.lsp.log")
.stdout(Stdio::piped())
.stdin(Stdio::piped())
.spawn()?;
Expand Down
Loading

0 comments on commit 4a5990b

Please sign in to comment.