Skip to content

Commit bf2a193

Browse files
committed
Change which output to get error
1 parent 070d3ac commit bf2a193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-tauri/src/analyzer.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ async fn analyze_single(deps_dir: &Path, data_dir: &Path, dataset: &Dataset) ->
3030
if output.status.success() {
3131
Ok((data_dir.join(format!("{input_file_name}.RateConst.csv")), dataset.samples_removed))
3232
} else {
33-
Err(format!("The command didn't complete successfully: {}", String::from_utf8_lossy(&output.stderr)))
33+
Err(format!("The command didn't complete successfully: {}", String::from_utf8_lossy(&output.stdout)))
3434
}
3535
}

0 commit comments

Comments
 (0)