There was an error while loading. Please reload this page.
1 parent 26940cf commit d4ab799Copy full SHA for d4ab799
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 this platform.");
+ eprintln!("Unsupported OS/arch. Extraction is not currently supported on this platform.");
3
std::process::exit(1);
4
}
0 commit comments