Skip to content

Commit

Permalink
test4
Browse files Browse the repository at this point in the history
Signed-off-by: George Pyrros <[email protected]>
  • Loading branch information
George Pyrros committed Aug 16, 2023
1 parent 6c88163 commit aec25c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ impl Agent {
}
path.pop();
cmd.env("VACCEL_BACKENDS", path);
let mut child = cmd.spawn()?;
// let mut child = cmd.spawn()?;
// let pid = match child.id() {
// Some(id) => {
// println!("VACCEL SPAWNED with id: {}", id);
Expand Down

0 comments on commit aec25c0

Please sign in to comment.