fix stale link detection when base files dir missing

This commit is contained in:
Thomas G. Lopes
2026-03-11 12:10:56 +00:00
parent 3e5d2dcc54
commit 5dfc83ad7a
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import (
"sigil/internal/core"
)
const version = "0.2.0"
const version = "0.2.1"
func main() {
if len(os.Args) < 2 {