mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-04 20:53:24 +00:00
fix: throw old cd hook
This commit is contained in:
parent
d1934452bb
commit
b84d985ce6
@ -22,5 +22,6 @@ commander.register('cd', function (args, sinks)
|
||||
sinks.out:writeln(err)
|
||||
return 1
|
||||
end
|
||||
bait.throw('cd', path, oldPath)
|
||||
bait.throw('hilbish.cd', fs.abs(path), oldPath)
|
||||
end)
|
||||
|
Loading…
x
Reference in New Issue
Block a user