2
2
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:
sammyette 2024-12-29 11:28:14 -04:00
parent d1934452bb
commit b84d985ce6
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

View File

@ -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)