fix: throw old cd hook

snail
sammyette 2024-12-29 11:28:14 -04:00
parent d1934452bb
commit b84d985ce6
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 1 additions and 0 deletions

View File

@ -22,5 +22,6 @@ commander.register('cd', function (args, sinks)
sinks.out:writeln(err) sinks.out:writeln(err)
return 1 return 1
end end
bait.throw('cd', path, oldPath)
bait.throw('hilbish.cd', fs.abs(path), oldPath) bait.throw('hilbish.cd', fs.abs(path), oldPath)
end) end)