2
2
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:
TorchedSammy 2021-03-21 02:42:53 -04:00
parent d96b39156d
commit 22d744bd59

View File

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