Skip to content

Commit e38d305

Browse files
Profilers write to cwd, not target directory
1 parent f24e831 commit e38d305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collector/src/execute.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ impl<'a> CargoProcess<'a> {
391391
if let Some((ref mut processor, run_kind, run_kind_str, patch)) = self.processor_etc {
392392
let data = ProcessOutputData {
393393
name: self.processor_name.clone(),
394-
cwd: self.target_directory,
394+
cwd: self.src_dir,
395395
build_kind: self.build_kind,
396396
run_kind,
397397
run_kind_str,

0 commit comments

Comments
 (0)