chore: fix path syntax in core programs

This commit is contained in:
binekrasik
2026-05-19 23:19:36 +02:00
parent 1d00cf6deb
commit b5089251ff
9 changed files with 42 additions and 51 deletions

View File

@@ -30,7 +30,7 @@ export class Rm extends Program {
return 1
}
stdout.emit(`removing: '${item.GetPath()}'\n`)
stdout.emit(`-> removing: '${item.GetPath()}'\n`)
await item.Delete()