fix: fix the reference to unlink from link

This commit is contained in:
2026-06-25 15:38:36 +08:00
parent d1de56a21d
commit 3492f93c83

View File

@@ -125,7 +125,7 @@ fn run_ext_unlink(
) -> Result<()> {
let exts = stringified_exts_to_indices(&program, exts)?;
for index in exts {
program.link_ext(scope, index)?;
program.unlink_ext(scope, index)?;
}
println!("File extension now is unlinked.");