chore: fix path syntax in core programs
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user