mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-03 04:03:25 +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 = require 'commander'
|
||||||
|
|
||||||
commander.register("cd", function (path)
|
commander.register("cd", function (path)
|
||||||
print(path)
|
|
||||||
if path then
|
if path then
|
||||||
fs.cd(path[1])
|
fs.cd(path[1])
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user