fix(main): error dir name was changed

This commit is contained in:
testuser 2025-02-03 17:53:35 +09:00
parent b5a189f9a1
commit 7aba746503

View file

@ -36,7 +36,7 @@ fn main() -> Result<()> {
.collect_vec()
.is_empty()
{
return Err(anyhow!("dir out is not empty"));
return Err(anyhow!("dir register_interface is not empty"));
};
for (file, code) in files {
DirBuilder::new()