Open gkorland opened 2 years ago
Found the issue in https://github.com/Diggsey/ijson/blob/a5dbe78d7f22856f7deaeeeb2bf2df436409243c/examples/generate.rs#L10
let mut cmd = Command::new("dummyjson.cmd");
Should be in Linux
let mut cmd = Command::new("dummyjson.");
Getting the following error: