mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-02 03:33:22 +00:00
fix: remove path logging
This commit is contained in:
parent
d96b39156d
commit
22d744bd59
@ -5,7 +5,6 @@ fs = require 'fs'
|
||||
commander = require 'commander'
|
||||
|
||||
commander.register("cd", function (path)
|
||||
print(path)
|
||||
if path then
|
||||
fs.cd(path[1])
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user