fix: raven test #2

Merged
Cutieguwu merged 4 commits from AdrianLong/raven:master into master 2026-01-27 16:33:42 -05:00
Showing only changes of commit 3deedb2f7f - Show all commits

View File

@@ -186,7 +186,7 @@ fn new(project_name: String) -> anyhow::Result<()> {
}
fn build() -> anyhow::Result<()> {
let mut targets: Vec<PathBuf> = crate::fs::expand_files(DIR_SRC.as_path())?
let mut targets: Vec<PathBuf> = crate::fs::expand_files(PROJECT_ROOT.clone().join(DIR_SRC.as_path()))?
.into_iter()
.filter(|f| {
f.extension()