We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7660a33 commit 8ef5136Copy full SHA for 8ef5136
rust/src/files.rs
@@ -276,7 +276,6 @@ pub fn uncompress_deb(
276
run_shell_command_by_os(os, command)?;
277
let target_path = Path::new(target);
278
if target_path.parent().unwrap().read_dir()?.next().is_none() {
279
- println!("IS EMPTY");
280
fs::rename(&opt_edge_str, &target_str)?;
281
}
282
0 commit comments