Skip to content

Commit

Permalink
fix: do not panic when missing asset folder
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtIeSocks committed Nov 5, 2024
1 parent cf1ff96 commit dc5fe9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ mod ac_assets {{
"Could not find asset folder, please specify its path with ${}",
ASSET_PATH_VAR
);
panic!("No asset folder found");
// panic!("No asset folder found");
}
}

Expand Down

0 comments on commit dc5fe9d

Please sign in to comment.