mirror of https://github.com/Hilbis/Hilbish
fix: remove path logging
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…
Reference in New Issue