2
2
鏡像自 https://github.com/Hilbis/Hilbish synced 2025-07-13 06:12:03 +00:00

fix: remove path logging

This commit is contained in:
TorchedSammy 2021-03-21 02:42:53 -04:00
父節點 d96b39156d
當前提交 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