Skip to content

Commit

Permalink
panic after to get stderr output
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisVaughan committed Sep 25, 2024
1 parent 5f99f66 commit 2e83252
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/ark/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ fn main() {
let build_date = chrono::Utc::now().to_rfc3339_opts(chrono::SecondsFormat::Secs, true);
println!("cargo:rustc-env=BUILD_DATE={}", build_date);

panic!("oh no");

// Embed an Application Manifest file on Windows.
// Documented to do nothing on non-Windows.
let resource = Path::new("resources")
.join("manifest")
.join("ark-manifest.rc");
embed_resource::compile(resource, embed_resource::NONE);

panic!("oh no");
}

0 comments on commit 2e83252

Please sign in to comment.