Skip to content

Commit bb6b3b9

Browse files
committed
unified: Update error message
1 parent f499e73 commit bb6b3b9

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 Windows.");
2+
eprintln!("Unsupported OS. Extraction is not currently supported on this platform.");
33
std::process::exit(1);
44
}

0 commit comments

Comments
 (0)