Skip to content

Commit d4ab799

Browse files
committed
unified: Also mention OS/arch instead of just OS
1 parent 26940cf commit d4ab799

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • unified/extractor-unsupported-os/src
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
fn main() {
2-
eprintln!("Unsupported OS. Extraction is not currently supported on this platform.");
2+
eprintln!("Unsupported OS/arch. Extraction is not currently supported on this platform.");
33
std::process::exit(1);
44
}

0 commit comments

Comments
 (0)