1
0
mirror of https://github.com/tw93/Mole.git synced 2026-03-22 21:20:09 +00:00

fix: harden orphan cleanup and lsregister fallback

This commit is contained in:
tw93
2026-03-08 15:29:25 +08:00
parent 50efe51565
commit 26b267c4a2
4 changed files with 77 additions and 1 deletions

View File

@@ -61,7 +61,7 @@ get_lsregister_path() {
fi
done
echo ""
return 1
return 0
}
# ============================================================================