There was an error while loading. Please reload this page.
1 parent f499e73 commit bb6b3b9Copy full SHA for bb6b3b9
1 file changed
unified/extractor-unsupported-os/src/main.rs
@@ -1,4 +1,4 @@
1
fn main() {
2
- eprintln!("Unsupported OS. Extraction is not currently supported on Windows.");
+ eprintln!("Unsupported OS. Extraction is not currently supported on this platform.");
3
std::process::exit(1);
4
}
0 commit comments