There was an error while loading. Please reload this page.
1 parent dbf2d32 commit 0f5ef0aCopy full SHA for 0f5ef0a
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