summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xexport.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/export.sh b/export.sh
index 52215ba..e508d79 100755
--- a/export.sh
+++ b/export.sh
@@ -3,7 +3,7 @@
# Require : Cargo (Rust)
# Build
-if cargo build --workspace --release >/dev/null 2>&1; then
+if cargo build --workspace --release; then
# Export
cargo run --manifest-path crates/build_helper/Cargo.toml --bin exporter
fi