Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
doroved committed May 25, 2024
1 parent 7e7e23f commit e3b3b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/windows.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ pub fn get_mid_result() -> Result<String, MIDError> {
result.push(processor_id_base[0].ProcessorId.to_string());

if result.is_empty() {
return Err(MIDError::ResultMidError);
return Err(MIDError::EmptyResultMachineId);
}

let combined_string = result.join("|");
Expand Down

0 comments on commit e3b3b3d

Please sign in to comment.